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:
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props5
1 files changed, 4 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 6cba588ee0..1da98ca8b2 100644
--- a/dir.props
+++ b/dir.props
@@ -98,7 +98,10 @@
<PropertyGroup Condition="'$(BuildTestsAgainstPackages)' == 'true'">
<BuildTestsAgainstPackagesIdentityRegex>$(CoreFxVersionsIdentityRegex)</BuildTestsAgainstPackagesIdentityRegex>
<SkipVerifyPackageVersions>true</SkipVerifyPackageVersions>
- <!-- By default we should skip generate test project json because test projects will use the generated global test project.json -->
+ </PropertyGroup>
+
+ <!-- By default we should skip generate test project json because test projects will use the generated global test project.json -->
+ <PropertyGroup>
<SkipGenerateTestProjectJson>true</SkipGenerateTestProjectJson>
</PropertyGroup>