Skip to content

Commit

Permalink
Update windows 11 testing target
Browse files Browse the repository at this point in the history
  • Loading branch information
riarenas committed Apr 8, 2024
1 parent 65e1667 commit 37c7a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ stages:
DotNetCliVersion: 9.0.100-preview.1.24101.2
EnableXUnitReporter: true
WaitForWorkItemCompletion: true
HelixTargetQueues: Windows.10.Amd64.Open;(Debian.12.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64
HelixTargetQueues: windows.amd64.server2022;(Debian.12.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64
HelixSource: pr/dotnet/arcade-validation/$(Build.SourceBranch)
IsExternal: true
Creator: arcade-validation
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ extends:
DotNetCliVersion: 9.0.100-preview.1.24101.2
EnableXUnitReporter: true
WaitForWorkItemCompletion: true
HelixTargetQueues: Windows.10.Amd64;(Debian.12.Amd64)Ubuntu.2204.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64
HelixTargetQueues: windows.amd64.server2022;(Debian.12.Amd64)Ubuntu.2204.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64
HelixSource: official/dotnet/arcade-validation/$(Build.SourceBranch)
HelixAccessToken: $(HelixApiAccessToken)
displayName: Validate Helix
Expand Down

0 comments on commit 37c7a76

Please sign in to comment.