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 8
8
9
9
<ItemGroup Condition =" '$(IsWindowsOnlyTest)' == 'true'" >
10
10
<HelixAvailablePlatform Include =" Windows" />
11
-
11
+
12
12
<HelixContent Include =" $(RepoRoot)src\Servers\IIS\tools\update_schema.ps1" />
13
13
<HelixContent Include =" $(RepoRoot)src\Servers\IIS\tools\UpdateIISExpressCertificate.ps1" />
14
14
<HelixContent Include =" $(RepoRoot)src\Servers\IIS\tools\TestCert.pfx" />
15
15
<HelixContent Include =" $(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\aspnetcore_schema_v2.xml" />
16
16
17
17
<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" />
19
19
</ItemGroup >
20
20
21
21
<!-- ubuntu and win10 required for green PR queues -->
27
27
28
28
<!-- daily scheduled only queues -->
29
29
<ItemGroup Condition =" '$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'" >
30
- <HelixAvailableTargetQueue Include =" Windows.81.Amd64.Open" Platform =" Windows" />
31
30
<HelixAvailableTargetQueue Include =" Windows.7.Amd64.Open" Platform =" Windows" />
32
31
<HelixAvailableTargetQueue Include =" Ubuntu.1804.Amd64.Open" Platform =" Linux" />
33
32
<HelixAvailableTargetQueue Include =" OSX.1014.Amd64.Open" Platform =" Linux" />
You can’t perform that action at this time.
0 commit comments