File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,13 @@ strategy:
1313workspace :
1414 clean : all
1515
16+ pool :
17+ vmImage : ' windows-latest'
18+
1619steps :
1720- checkout : self
1821 clean : true
22+ fetchDepth : 1
1923
2024- task : UsePythonVersion@0
2125 inputs :
@@ -33,19 +37,19 @@ steps:
3337 displayName : Setup $(Build.Pkgs)
3438 inputs :
3539 filename : stuart_setup
36- arguments : -c CISettings.py --Tool_Chain VS2017
40+ arguments : -c CISettings.py --Tool_Chain VS2019
3741
3842- task : CmdLine@1
3943 displayName : Update $(Build.Pkgs)
4044 inputs :
4145 filename : stuart_update
42- arguments : -c CISettings.py --Tool_Chain VS2017
46+ arguments : -c CISettings.py --Tool_Chain VS2019
4347
4448- task : CmdLine@1
4549 displayName : Build and Test $(Build.Pkgs)
4650 inputs :
4751 filename : stuart_ci_build
48- arguments : -c CISettings.py --Tool_Chain VS2017 -p $(Build.Pkgs)
52+ arguments : -c CISettings.py --Tool_Chain VS2019 -p $(Build.Pkgs)
4953
5054# Publish Test Results to Azure Pipelines/TFS
5155- task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments