-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include Helix Docker image for test reporting : Follow up from #7383.…
… This means we now depend on the Helix clients to do reporting, and the code path is somewhat different for Docker, so let's test one docker variation (#7790)
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ | |
<HelixTargetQueue Include="Debian.9.Amd64"/> | ||
<HelixTargetQueue Include="RedHat.7.Amd64"/> | ||
<HelixTargetQueue Include="Windows.10.Amd64"/> | ||
<HelixTargetQueue Include="(Debian.10.Amd64)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-20210304164434-56c6673"/> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Condition=" '$(HelixAccessToken)' == '' "> | ||
|
@@ -73,6 +74,7 @@ | |
<HelixTargetQueue Include="Debian.9.Amd64.Open"/> | ||
<HelixTargetQueue Include="RedHat.7.Amd64.Open"/> | ||
<HelixTargetQueue Include="Windows.10.Amd64.Open"/> | ||
<HelixTargetQueue Include="(Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-20210304164434-56c6673"/> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Condition="!$(HelixTargetQueue.StartsWith('Windows'))"> | ||
|