|
@@ -6,13 +6,28 @@
|
|
|
<HelixAvailablePlatform Include="Linux" />
|
|
<HelixAvailablePlatform Include="Linux" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
- <!-- required for green PR queues -->
|
|
|
|
|
- <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsRequiredCheck)' == 'true'">
|
|
|
|
|
|
|
+ <ItemGroup Condition="'$(IsWindowsOnlyTest)' == 'true'">
|
|
|
|
|
+ <HelixAvailablePlatform Include="Windows" />
|
|
|
|
|
+
|
|
|
|
|
+ <HelixContent Include="$(RepoRoot)src\Servers\IIS\tools\update_schema.ps1" />
|
|
|
|
|
+ <HelixContent Include="$(RepoRoot)src\Servers\IIS\tools\UpdateIISExpressCertificate.ps1" />
|
|
|
|
|
+ <HelixContent Include="$(RepoRoot)src\Servers\IIS\tools\TestCert.pfx" />
|
|
|
|
|
+ <HelixContent Include="$(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\aspnetcore_schema_v2.xml" />
|
|
|
|
|
+
|
|
|
|
|
+ <HelixPreCommand Include="call RunPowershell.cmd update_schema.ps1 || exit /b 1" />
|
|
|
|
|
+ <HelixPreCommand Include="call RunPowershell.cmd UpdateIISExpressCertificate.ps1 || exit /b 1" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ubuntu and win10 required for green PR queues -->
|
|
|
|
|
+ <ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64'">
|
|
|
<HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" />
|
|
<HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" />
|
|
|
|
|
+ <HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<!-- daily scheduled only queues -->
|
|
<!-- daily scheduled only queues -->
|
|
|
<ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'">
|
|
<ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'">
|
|
|
|
|
+ <HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" />
|
|
|
|
|
+ <HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" />
|
|
|
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
|
|
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
|
|
|
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" />
|
|
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" />
|
|
|
<HelixAvailableTargetQueue Include="Centos.7.Amd64.Open" Platform="Linux" />
|
|
<HelixAvailableTargetQueue Include="Centos.7.Amd64.Open" Platform="Linux" />
|
|
@@ -31,28 +46,4 @@
|
|
|
<HelixAvailableTargetQueue Include="(Ubuntu-1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-6f28fa9-20190606004102" Platform="Linux" />
|
|
<HelixAvailableTargetQueue Include="(Ubuntu-1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-6f28fa9-20190606004102" Platform="Linux" />
|
|
|
-->
|
|
-->
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
-
|
|
|
|
|
- <!-- non required queues run on every PR -->
|
|
|
|
|
- <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsRequiredCheck)' != 'true'">
|
|
|
|
|
- <HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
|
|
|
|
|
- <HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" />
|
|
|
|
|
- <HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" />
|
|
|
|
|
- </ItemGroup>
|
|
|
|
|
-
|
|
|
|
|
- <ItemGroup Condition="'$(IsWindowsOnlyTest)' == 'true' AND '$(IsRequiredCheck)' != 'true'">
|
|
|
|
|
- <HelixAvailablePlatform Include="Windows" />
|
|
|
|
|
-
|
|
|
|
|
- <HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
|
|
|
|
|
- <HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" />
|
|
|
|
|
- <HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" />
|
|
|
|
|
-
|
|
|
|
|
- <HelixContent Include="$(RepoRoot)src\Servers\IIS\tools\update_schema.ps1" />
|
|
|
|
|
- <HelixContent Include="$(RepoRoot)src\Servers\IIS\tools\UpdateIISExpressCertificate.ps1" />
|
|
|
|
|
- <HelixContent Include="$(RepoRoot)src\Servers\IIS\tools\TestCert.pfx" />
|
|
|
|
|
- <HelixContent Include="$(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\aspnetcore_schema_v2.xml" />
|
|
|
|
|
-
|
|
|
|
|
- <HelixPreCommand Include="call RunPowershell.cmd update_schema.ps1 || exit /b 1" />
|
|
|
|
|
- <HelixPreCommand Include="call RunPowershell.cmd UpdateIISExpressCertificate.ps1 || exit /b 1" />
|
|
|
|
|
- </ItemGroup>
|
|
|
|
|
-
|
|
|
|
|
</Project>
|
|
</Project>
|