Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use same AzDO images in the official build as we do in public #885

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Changes from 1 commit
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
Next Next commit
Use same AzDO images in public as we do in the official build
  • Loading branch information
akoeplinger authored Aug 21, 2024
commit e17d188d39fc1c5a084ca787be6095889d69c30b
4 changes: 2 additions & 2 deletions eng/azure-pipelines-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ stages:
timeoutInMinutes: 120
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals build.ubuntu.2204.amd64.open
demands: ImageOverride -equals 1es-ubuntu-2204-open
strategy:
matrix:
x64:
Expand Down Expand Up @@ -103,7 +103,7 @@ stages:
timeoutInMinutes: 120
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals windows.vs2022.amd64.open
demands: ImageOverride -equals 1es-windows-2022-open
strategy:
matrix:
x64:
Expand Down
Loading