File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 -->
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" />
You can’t perform that action at this time.
0 commit comments