Skip to content

Commit 4be3bb5

Browse files
authored
Native tools (#13332)
* Native tools * image * Not linux * Remove temp hack
1 parent 8e3be7b commit 4be3bb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

eng/Build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)