Allow CLI CI servers to opt out of test
This commit is contained in:
parent
7a0d3e255a
commit
e9b8507183
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
<Import Project="test/TestProjects.targets" />
|
||||
|
||||
<Target Name="Test"
|
||||
Condition=" '$(CLIBUILD_SKIP_TESTS)' != 'true' "
|
||||
DependsOnTargets="PrepareTests;
|
||||
BuildTestAssets;
|
||||
BuildTests;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue