Skip to content

Commit 254dbf2

Browse files
Update the image for CI Builds (#82)
1 parent 2b6a8c7 commit 254dbf2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.vsts-ci/windows.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- job: Build
1515

1616
pool:
17-
vmImage: vs2017-win2016
17+
name: PS-PowerShell-x64
18+
demands:
19+
- ImageOverride -equals PSMMS2019-PS-Native-Secure
1820

1921
strategy:
2022
matrix:
@@ -28,10 +30,6 @@ jobs:
2830
buildName: x64_arm64
2931

3032
steps:
31-
- powershell: |
32-
choco install cmake.install --installargs 'ADD_CMAKE_TO_PATH=System'
33-
displayName: Install cmake
34-
condition: succeeded()
3533
- powershell: |
3634
$vsPath = ${Env:ProgramFiles(x86)} + '\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin'
3735
Write-Host "##vso[task.prependpath]$vsPath"

0 commit comments

Comments
 (0)