Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #315 from aspnet/vramak/FixBuild
Browse files Browse the repository at this point in the history
Fix the build for release/2.1 branch
  • Loading branch information
vijayrkn authored Feb 23, 2018
2 parents 0d358e7 + a97b6c7 commit 715ac82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="xunit.runner.VisualStudio" Version="2.2.0" />
</ItemGroup>

<ItemGroup Condition="'$(EndToEndTestsDisabled)' == 'true'">
<ItemGroup>
<Compile Remove="EndToEnd\*.cs" />
</ItemGroup>

Expand Down

0 comments on commit 715ac82

Please sign in to comment.