Skip to content

Commit 5cd1dbd

Browse files
authored
Change to VS2019 and depth 1 for checkout (#2)
1 parent b358733 commit 5cd1dbd

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

azure-pipelines-pr-gate.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ strategy:
1313
workspace:
1414
clean: all
1515

16+
pool:
17+
vmImage: 'windows-latest'
18+
1619
steps:
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

0 commit comments

Comments
 (0)