Skip to content

Commit 4abe6ad

Browse files
authored
Use the VS2022 release image in CI (#12764)
2 parents 63b27d7 + 0d00c23 commit 4abe6ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

azure-pipelines-official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ extends:
8787
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
8888
pool:
8989
name: $(DncEngInternalBuildPool)
90-
image: windows.vs2022preview.amd64
90+
image: windows.vs2022.amd64
9191
os: windows
9292
customBuildTags:
9393
- ES365AIMigrationTooling
@@ -115,7 +115,7 @@ extends:
115115
displayName: Code check
116116
pool:
117117
name: $(DncEngInternalBuildPool)
118-
demands: ImageOverride -equals windows.vs2022preview.amd64
118+
demands: ImageOverride -equals windows.vs2022.amd64
119119
steps:
120120
- task: NuGetCommand@2
121121
displayName: 'Clear NuGet caches'
@@ -148,7 +148,7 @@ extends:
148148
timeoutInMinutes: 120
149149
pool:
150150
name: $(DncEngInternalBuildPool)
151-
demands: ImageOverride -equals windows.vs2022preview.amd64
151+
demands: ImageOverride -equals windows.vs2022.amd64
152152
strategy:
153153
matrix:
154154
release:

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ stages:
5454
displayName: Code check
5555
pool:
5656
name: $(DncEngPublicBuildPool)
57-
demands: ImageOverride -equals windows.vs2022preview.amd64.open
57+
demands: ImageOverride -equals windows.vs2022.amd64.open
5858
steps:
5959
- task: NuGetCommand@2
6060
displayName: 'Clear NuGet caches'
@@ -81,7 +81,7 @@ stages:
8181
timeoutInMinutes: 120
8282
pool:
8383
name: $(DncEngPublicBuildPool)
84-
demands: ImageOverride -equals windows.vs2022preview.amd64.open
84+
demands: ImageOverride -equals windows.vs2022.amd64.open
8585
strategy:
8686
matrix:
8787
debug:

0 commit comments

Comments
 (0)