Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet build on linux build agents #181

Closed
jorgenbosman opened this issue Feb 18, 2022 · 0 comments · Fixed by #182
Closed

dotnet build on linux build agents #181

jorgenbosman opened this issue Feb 18, 2022 · 0 comments · Fixed by #182

Comments

@jorgenbosman
Copy link
Contributor

jorgenbosman commented Feb 18, 2022

dotnet build on an Azure linux build agent tries to invoke MrAdvice.Weaver.exe, but that does not work.

Changing the following line in MrAdvice.targets might solve the issue:

<MrAdviceWeaverPath Condition="$(TargetFramework.Contains('net6.0'))">dotnet "$(MSBuildThisFileDirectory)..\tools\net6.0\MrAdvice.Weaver.dll"</MrAdviceWeaverPath>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant