Skip to content

Commit 27de2ed

Browse files
update windows pool (#1066)
1 parent d04abd5 commit 27de2ed

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

azure-pipelines-e2e-tests-template.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ stages:
1313
dependsOn: Build
1414
jobs:
1515
- job: Run
16-
pool: Hosted VS2017
16+
pool:
17+
vmImage: 'windows-2019'
1718

1819
variables:
1920
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:

azure-pipelines.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ stages:
2424
displayName: Build Sources
2525
jobs:
2626
- job: Build
27-
pool: Hosted VS2017
27+
pool:
28+
vmImage: 'windows-2019'
2829

2930
variables:
3031
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
@@ -91,7 +92,7 @@ stages:
9192
displayName: Sign Artifacts
9293
pool:
9394
name: NetCore1ESPool-Internal
94-
demands: ImageOverride -equals build.windows.10.amd64.vs2017
95+
demands: ImageOverride -equals build.windows.10.amd64.vs2019
9596

9697
variables:
9798
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
@@ -138,7 +139,8 @@ stages:
138139
dependsOn:
139140
- Sign
140141
displayName: Publish Artifacts
141-
pool: Hosted VS2017
142+
pool:
143+
vmImage: 'windows-2019'
142144

143145
variables:
144146
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:

0 commit comments

Comments
 (0)