Skip to content

Commit 36fb113

Browse files
committed
!! temporary !! Remove use of Windows.81.Amd64.Open queue
1 parent 3eb812a commit 36fb113

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

eng/targets/Helix.Common.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<ItemGroup Condition="'$(IsWindowsOnlyTest)' == 'true'">
1010
<HelixAvailablePlatform Include="Windows" />
11-
11+
1212
<HelixContent Include="$(RepoRoot)src\Servers\IIS\tools\update_schema.ps1" />
1313
<HelixContent Include="$(RepoRoot)src\Servers\IIS\tools\UpdateIISExpressCertificate.ps1" />
1414
<HelixContent Include="$(RepoRoot)src\Servers\IIS\tools\TestCert.pfx" />
1515
<HelixContent Include="$(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\aspnetcore_schema_v2.xml" />
1616

1717
<HelixPreCommand Include="call RunPowershell.cmd update_schema.ps1 || exit /b 1" />
18-
<HelixPreCommand Include="call RunPowershell.cmd UpdateIISExpressCertificate.ps1 || exit /b 1" />
18+
<HelixPreCommand Include="call RunPowershell.cmd UpdateIISExpressCertificate.ps1 || exit /b 1" />
1919
</ItemGroup>
2020

2121
<!-- ubuntu and win10 required for green PR queues -->
@@ -27,7 +27,6 @@
2727

2828
<!-- daily scheduled only queues -->
2929
<ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'">
30-
<HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" />
3130
<HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" />
3231
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
3332
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" />

0 commit comments

Comments
 (0)