Browse Source
Use native tools present on the machine rather than bootstraped tools in CI build (#7841)
pull/7841/merge
Igor Velikorossov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
Restore.cmd
-
build.cmd
-
global.json
|
|
@ -1,2 +1,2 @@ |
|
|
|
@echo off |
|
|
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -restore %*" |
|
|
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -NativeToolsOnMachine -restore %*" |
|
|
@ -1,3 +1,3 @@ |
|
|
|
@echo off |
|
|
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -restore -build -bl %*" |
|
|
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -NativeToolsOnMachine -restore -build -bl %*" |
|
|
|
exit /b %ErrorLevel% |
|
|
@ -21,6 +21,6 @@ |
|
|
|
"Microsoft.NET.Sdk.IL": "8.0.0-alpha.1.22471.15" |
|
|
|
}, |
|
|
|
"native-tools": { |
|
|
|
"cmake": "3.21.0" |
|
|
|
"cmake": "3" |
|
|
|
} |
|
|
|
} |