Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ extends:
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
pool:
name: NetCore1ESPool-Svc-Internal
image: windows.vs2022preview.amd64
image: windows.vs2022.amd64
os: windows
customBuildTags:
- ES365AIMigrationTooling
Expand Down Expand Up @@ -113,7 +113,7 @@ extends:
displayName: Code check
pool:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64
demands: ImageOverride -equals windows.vs2022.amd64
steps:
- task: NuGetCommand@2
displayName: 'Clear NuGet caches'
Expand Down Expand Up @@ -146,7 +146,7 @@ extends:
timeoutInMinutes: 120
pool:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64
demands: ImageOverride -equals windows.vs2022.amd64
strategy:
matrix:
release:
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stages:
displayName: Code check
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64.open
demands: ImageOverride -equals windows.vs2022.amd64.open
steps:
- task: NuGetCommand@2
displayName: 'Clear NuGet caches'
Expand All @@ -79,7 +79,7 @@ stages:
timeoutInMinutes: 120
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64.open
demands: ImageOverride -equals windows.vs2022.amd64.open
strategy:
matrix:
debug:
Expand Down Expand Up @@ -238,7 +238,7 @@ stages:
options: --init # This ensures all the stray defunct processes are reaped.
pool:
name: NetCore-Public
demands: ImageOverride -equals Build.Ubuntu.2004.Amd64.Open
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open

strategy:
matrix:
Expand Down
Loading