Skip to content

Commit 36f6242

Browse files
authored
Use 201H1 all the time (#26037)
1 parent e94b1e7 commit 36f6242

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

eng/targets/Helix.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- PR(ci.yaml) required queues -->
2222
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64'">
2323
<HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" />
24-
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
24+
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Server20H1.Open" Platform="Windows" />
2525
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" />
2626
</ItemGroup>
2727

src/Servers/IIS/IIS/test/IIS.NewHandler.FunctionalTests/IIS.NewHandler.FunctionalTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<Compile Include="..\Common.FunctionalTests\StartupTests.cs" />
1515
<Compile Include="..\Common.FunctionalTests\ShutdownTests.cs" />
1616
<Compile Include="..\Common.FunctionalTests\Infrastructure\*.cs" />
17+
<Compile Include="..\IIS.Shared.FunctionalTests\Properties\AssemblyInfo.cs" />
1718
<Compile Include="$(SharedSourceRoot)Http2cat\**\*.cs" LinkBase="Shared\Http2cat" />
1819
<Compile Include="$(SharedSourceRoot)runtime\Http2\**\*.cs" LinkBase="Shared\Http2\" />
1920
<Compile Include="$(SharedSourceRoot)runtime\IHttpHeadersHandler.cs" LinkBase="Shared\IHttpHeadersHandler.cs" />

src/Servers/IIS/IIS/test/IIS.NewShim.FunctionalTests/IIS.NewShim.FunctionalTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<Compile Include="..\Common.FunctionalTests\StartupTests.cs" />
2424
<Compile Include="..\Common.FunctionalTests\ShutdownTests.cs" />
2525
<Compile Include="..\Common.FunctionalTests\Infrastructure\*.cs" />
26+
<Compile Include="..\IIS.Shared.FunctionalTests\Properties\AssemblyInfo.cs" />
2627
<Compile Include="$(SharedSourceRoot)Http2cat\**\*.cs" LinkBase="Shared\Http2cat" />
2728
<Compile Include="$(SharedSourceRoot)runtime\Http2\**\*.cs" LinkBase="Shared\Http2\" />
2829
<Compile Include="$(SharedSourceRoot)runtime\IHttpHeadersHandler.cs" LinkBase="Shared\IHttpHeadersHandler.cs" />

0 commit comments

Comments
 (0)