Skip to content

Commit

Permalink
Allow CLI CI servers to opt out of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Puszkiewicz committed Dec 5, 2016
1 parent 7a0d3e2 commit e9b8507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Microsoft.DotNet.Cli.Test.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Import Project="test/TestProjects.targets" />

<Target Name="Test"
Condition=" '$(CLIBUILD_SKIP_TESTS)' != 'true' "
DependsOnTargets="PrepareTests;
BuildTestAssets;
BuildTests;">
Expand Down

0 comments on commit e9b8507

Please sign in to comment.