dotnet / interactive-window

Visual Studio Interactive Window
MIT License
64 stars 35 forks source link

Move to 1ES build pools #214

Closed JoeRobich closed 3 years ago

JoeRobich commented 3 years ago

@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)

JoeRobich commented 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 commented 3 years ago

@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 :(

JoeRobich commented 3 years ago

@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.