Skip to content

Commit

Permalink
update windows pool (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niharikadutta committed May 24, 2022
1 parent d04abd5 commit 27de2ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion azure-pipelines-e2e-tests-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ stages:
dependsOn: Build
jobs:
- job: Run
pool: Hosted VS2017
pool:
vmImage: 'windows-2019'

variables:
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
Expand Down
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ stages:
displayName: Build Sources
jobs:
- job: Build
pool: Hosted VS2017
pool:
vmImage: 'windows-2019'

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

variables:
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
Expand Down Expand Up @@ -138,7 +139,8 @@ stages:
dependsOn:
- Sign
displayName: Publish Artifacts
pool: Hosted VS2017
pool:
vmImage: 'windows-2019'

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

0 comments on commit 27de2ed

Please sign in to comment.