Stop skipping libuv functional tests (#3091)
This commit is contained in:
parent
6d375e9027
commit
c80588ec51
|
|
@ -11,6 +11,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="..\Kestrel.Transport.FunctionalTests\**\*.cs" />
|
||||||
<Compile Include="..\shared\*.cs" LinkBase="shared" />
|
<Compile Include="..\shared\*.cs" LinkBase="shared" />
|
||||||
<Compile Include="..\shared\TransportTestHelpers\*.cs" LinkBase="shared\TransportTestHelpers" />
|
<Compile Include="..\shared\TransportTestHelpers\*.cs" LinkBase="shared\TransportTestHelpers" />
|
||||||
<Content Include="..\shared\TestCertificates\*.pfx" LinkBase="shared\TestCertificates" CopyToOutputDirectory="PreserveNewest" />
|
<Content Include="..\shared\TestCertificates\*.pfx" LinkBase="shared\TestCertificates" CopyToOutputDirectory="PreserveNewest" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue