File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
IIS.NewHandler.FunctionalTests
IIS.NewShim.FunctionalTests Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 21
21
<!-- PR(ci.yaml) required queues -->
22
22
<ItemGroup Condition =" '$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64'" >
23
23
<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" />
25
25
<HelixAvailableTargetQueue Include =" OSX.1014.Amd64.Open" Platform =" Linux" />
26
26
</ItemGroup >
27
27
Original file line number Diff line number Diff line change 14
14
<Compile Include =" ..\Common.FunctionalTests\StartupTests.cs" />
15
15
<Compile Include =" ..\Common.FunctionalTests\ShutdownTests.cs" />
16
16
<Compile Include =" ..\Common.FunctionalTests\Infrastructure\*.cs" />
17
+ <Compile Include =" ..\IIS.Shared.FunctionalTests\Properties\AssemblyInfo.cs" />
17
18
<Compile Include =" $(SharedSourceRoot)Http2cat\**\*.cs" LinkBase =" Shared\Http2cat" />
18
19
<Compile Include =" $(SharedSourceRoot)runtime\Http2\**\*.cs" LinkBase =" Shared\Http2\" />
19
20
<Compile Include =" $(SharedSourceRoot)runtime\IHttpHeadersHandler.cs" LinkBase =" Shared\IHttpHeadersHandler.cs" />
Original file line number Diff line number Diff line change 23
23
<Compile Include =" ..\Common.FunctionalTests\StartupTests.cs" />
24
24
<Compile Include =" ..\Common.FunctionalTests\ShutdownTests.cs" />
25
25
<Compile Include =" ..\Common.FunctionalTests\Infrastructure\*.cs" />
26
+ <Compile Include =" ..\IIS.Shared.FunctionalTests\Properties\AssemblyInfo.cs" />
26
27
<Compile Include =" $(SharedSourceRoot)Http2cat\**\*.cs" LinkBase =" Shared\Http2cat" />
27
28
<Compile Include =" $(SharedSourceRoot)runtime\Http2\**\*.cs" LinkBase =" Shared\Http2\" />
28
29
<Compile Include =" $(SharedSourceRoot)runtime\IHttpHeadersHandler.cs" LinkBase =" Shared\IHttpHeadersHandler.cs" />
You can’t perform that action at this time.
0 commit comments