Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik Rajasekaran <karajas@microsoft.com>2016-10-14 01:13:32 +0300
committerKarthik Rajasekaran <karajas@microsoft.com>2016-10-18 21:39:57 +0300
commit169e1ee82c8b497d852ffe0e0868679e1c10f3fe (patch)
treeaee4b44e15f801e0188617065f0032679df798a9 /dir.targets
parent654f5548f946659c694d110a4bbce8aa33f1a7a1 (diff)
Adding SkipGenerateTestProjectJson
Diffstat (limited to 'dir.targets')
-rw-r--r--dir.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.targets b/dir.targets
index 574a403156..c4fe484279 100644
--- a/dir.targets
+++ b/dir.targets
@@ -63,6 +63,7 @@
<CommonTestProjectLockJson>$(MSBuildThisFileDirectory)src/Common/test-runtime/project.lock.json</CommonTestProjectLockJson>
<CommonOutputTestProjectJson>$(GeneratedProjectJsonDir)/project.json</CommonOutputTestProjectJson>
<UsesCommonTestProjectJson Condition="'$(IsTestProject)' == 'true' and '$(ProjectJson)'=='' ">true</UsesCommonTestProjectJson>
+ <SkipGenerateTestProjectJson Condition="'$(UsesCommonTestProjectJson)'==''">false</SkipGenerateTestProjectJson>
<ProjectJson Condition="'$(IsTestProject)' == 'true' and '$(ProjectJson)'=='' ">$(CommonTestProjectJson)</ProjectJson>
<ProjectLockJson Condition="'$(IsTestProject)' == 'true' and '$(ProjectLockJson)'=='' ">$(CommonTestProjectLockJson)</ProjectLockJson>
<!-- Duplicating this path from packageresolve.targets in buildtools till a proper hook is established for the derived properties below -->