Skip to content

Commit

Permalink
Merge pull request dotnet#4928 from piotrpMSFT/piotrpMSFT/issues/3527…
Browse files Browse the repository at this point in the history
…/disableVsoTests

Allow CLI CI servers to opt out of test
  • Loading branch information
Livar authored Dec 5, 2016
2 parents d0e882b + e9b8507 commit 86272a8
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 86272a8

Please sign in to comment.