Closed JoeRobich closed 3 years ago
@jonfortescue Ran a test build with these changes and the build is failing saying that no SDKs are installed. Have you seen similar issues when making the change? Part of me is thinking I could likely set the DOTNET_PATH
env variable to $(Build.SourcesDirectory)\.dotnet
@tmat got a failing test build and not sure why it can't find the SDK - https://dev.azure.com/dnceng/internal/_build/results?buildId=1396505&view=logs&j=7c8326b9-0a5f-532a-e6de-db8515c72d9a&t=6b204277-d195-526a-8566-4eab1bd588e9 (microsoft)
No idea :(
@tmat If we set the SDK version in the global.json, it installs and builds fine. Let me know if you want to handle this differently.
@tmat got a failing test build and not sure why it can't find the SDK - https://dev.azure.com/dnceng/internal/_build/results?buildId=1396505&view=logs&j=7c8326b9-0a5f-532a-e6de-db8515c72d9a&t=6b204277-d195-526a-8566-4eab1bd588e9 (microsoft)