Skip to content

Commit

Permalink
Update queues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed May 17, 2023
1 parent 7de3c82 commit 6222929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UnitTests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(HelixAccessToken)' != '' ">
<HelixTargetQueue Include="RedHat.7.Amd64"/>
<HelixTargetQueue Include="(Centos.8.Amd64)Ubuntu.1804.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-helix"/>
<HelixTargetQueue Include="Windows.10.Amd64"/>
<HelixTargetQueue Include="(Debian.10.Amd64)ubuntu.1804.amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-10-helix-amd64"/>
</ItemGroup>
Expand All @@ -71,7 +71,7 @@
</PropertyGroup>

<ItemGroup Condition=" '$(HelixAccessToken)' == '' ">
<HelixTargetQueue Include="RedHat.7.Amd64.Open"/>
<HelixTargetQueue Include="(Centos.8.Amd64.Open)Ubuntu.1804.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-helix"/>
<HelixTargetQueue Include="Windows.10.Amd64.Open"/>
<HelixTargetQueue Include="(Debian.10.Amd64.Open)ubuntu.1804.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-10-helix-amd64"/>
</ItemGroup>
Expand Down

0 comments on commit 6222929

Please sign in to comment.