Skip to content

Commit

Permalink
Use hosted agents with Visual Studio 2022 17.12 temporarily (#6232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl committed Jan 24, 2025
1 parent f513898 commit 1bf47eb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions eng/pipelines/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stages:
osName: Windows
${{ if eq(variables['System.TeamProject'], 'public') }}:
agentPool: NetCore-Public
agentDemands: ImageOverride -equals Windows.VS2022Preview.Amd64.Open
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
${{ else }}:
agentPool: VSEngSS-MicroBuild2022-1ES
testType: Unit
Expand All @@ -77,7 +77,7 @@ stages:
osName: Windows
${{ if eq(variables['System.TeamProject'], 'public') }}:
agentPool: NetCore-Public
agentDemands: ImageOverride -equals Windows.VS2022Preview.Amd64.Open
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
${{ else }}:
agentPool: VSEngSS-MicroBuild2022-1ES
testType: Unit
Expand All @@ -94,7 +94,7 @@ stages:
osName: Windows
${{ if eq(variables['System.TeamProject'], 'public') }}:
agentPool: NetCore-Public
agentDemands: ImageOverride -equals Windows.VS2022Preview.Amd64.Open
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
${{ else }}:
agentPool: VSEngSS-MicroBuild2022-1ES
testType: Unit
Expand All @@ -111,7 +111,7 @@ stages:
osName: Windows
${{ if eq(variables['System.TeamProject'], 'public') }}:
agentPool: NetCore-Public
agentDemands: ImageOverride -equals Windows.VS2022Preview.Amd64.Open
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
${{ else }}:
agentPool: VSEngSS-MicroBuild2022-1ES
testType: Functional
Expand All @@ -129,7 +129,7 @@ stages:
osName: Windows
${{ if eq(variables['System.TeamProject'], 'public') }}:
agentPool: NetCore-Public
agentDemands: ImageOverride -equals Windows.VS2022Preview.Amd64.Open
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
${{ else }}:
agentPool: VSEngSS-MicroBuild2022-1ES
testType: Functional
Expand All @@ -148,7 +148,7 @@ stages:
osName: Windows
${{ if eq(variables['System.TeamProject'], 'public') }}:
agentPool: NetCore-Public
agentDemands: ImageOverride -equals Windows.VS2022Preview.Amd64.Open
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
${{ else }}:
agentPool: VSEngSS-MicroBuild2022-1ES
testType: Functional
Expand All @@ -168,7 +168,7 @@ stages:
osName: Windows
${{ if eq(variables['System.TeamProject'], 'public') }}:
agentPool: NetCore-Public
agentDemands: ImageOverride -equals Windows.VS2022Preview.Amd64.Open
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
${{ else }}:
agentPool: VSEngSS-MicroBuild2022-1ES
testType: Functional
Expand All @@ -186,7 +186,7 @@ stages:
osName: Windows
${{ if eq(variables['System.TeamProject'], 'public') }}:
agentPool: NetCore-Public
agentDemands: ImageOverride -equals Windows.VS2022Preview.Amd64.Open
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
${{ else }}:
agentPool: VSEngSS-MicroBuild2022-1ES
testType: Functional
Expand All @@ -205,7 +205,7 @@ stages:
osName: Windows
${{ if eq(variables['System.TeamProject'], 'public') }}:
agentPool: NetCore-Public
agentDemands: ImageOverride -equals Windows.VS2022Preview.Amd64.Open
agentDemands: ImageOverride -equals Windows.VS2022.Amd64.Open
${{ else }}:
agentPool: VSEngSS-MicroBuild2022-1ES
testType: Functional
Expand Down

0 comments on commit 1bf47eb

Please sign in to comment.