We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6a8c7 commit 254dbf2Copy full SHA for 254dbf2
.vsts-ci/windows.yml
@@ -14,7 +14,9 @@ jobs:
14
- job: Build
15
16
pool:
17
- vmImage: vs2017-win2016
+ name: PS-PowerShell-x64
18
+ demands:
19
+ - ImageOverride -equals PSMMS2019-PS-Native-Secure
20
21
strategy:
22
matrix:
@@ -28,10 +30,6 @@ jobs:
28
30
buildName: x64_arm64
29
31
32
steps:
- - powershell: |
- choco install cmake.install --installargs 'ADD_CMAKE_TO_PATH=System'
33
- displayName: Install cmake
34
- condition: succeeded()
35
- powershell: |
36
$vsPath = ${Env:ProgramFiles(x86)} + '\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin'
37
Write-Host "##vso[task.prependpath]$vsPath"
0 commit comments