Skip to content

Commit

Permalink
Revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Janotti committed Mar 8, 2018
1 parent a794250 commit 22fbb71
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/test.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,4 @@
<PropertyGroup Condition="$(MSBuildProjectName.EndsWith('.Tests')) AND $(TestCategories.Contains('OuterLoop'))">
<XunitOptions>-parallel none</XunitOptions>
</PropertyGroup>
<ItemGroup>
<!-- Set env vars to use the new SocketsHttpHandler from .NET CoreFX 2.1 -->
<TestCommandLines Condition="'$(TargetOS)'=='Windows_NT'" Include="set DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=true" />
<TestCommandLines Condition="'$(TargetOS)'=='Windows_NT'" Include="set COMPlus_UseManagedHttpClientHandler=true" />
<TestCommandLines Condition="'$(TargetOS)'!='Windows_NT'" Include="export DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=true" />
<TestCommandLines Condition="'$(TargetOS)'!='Windows_NT'" Include="export COMPlus_UseManagedHttpClientHandler=true" />
</ItemGroup>
</Project>

0 comments on commit 22fbb71

Please sign in to comment.