File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ stages:
275275 - job : Windows
276276 pool :
277277 # The PR build definition sets this variable:
278- # WindowsMachineQueueName=Build. Windows.10.Amd64.VS2019.Open
278+ # WindowsMachineQueueName=Windows.vs2022.amd64.open
279279 # and there is an alternate build definition that sets this to a queue that is always scouting the
280280 # next preview of Visual Studio.
281281 name : NetCore1ESPool-Public
Original file line number Diff line number Diff line change @@ -454,6 +454,8 @@ try {
454454 $env: DOTNET_ROOT = " $dotnetPath "
455455 Get-Item - Path Env:
456456
457+ $env: NativeToolsOnMachine = $true
458+
457459 if ($bootstrap ) {
458460 $script :BuildMessage = " Failure building bootstrap compiler"
459461 $bootstrapDir = Make- BootstrapBuild
You can’t perform that action at this time.
0 commit comments