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:
authorEric St. John <ericstj@microsoft.com>2017-09-28 21:34:01 +0300
committerEric St. John <ericstj@microsoft.com>2017-09-28 21:34:01 +0300
commite117c593c407162a20cbefe7444eb01af711af56 (patch)
tree9ff53022c049ba21aa3245768502834b8f650f66 /pkg/Microsoft.NETCore.Platforms
parent9c18f4b74d61fd86dd1f01f5d512474a08adee99 (diff)
Disable automatic generation of runtime.json during the build
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtimeGroups.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
index a58f7640f1..f74ecd1e46 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
+++ b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
@@ -140,7 +140,7 @@
</RuntimeGroupWithQualifiers>
</ItemGroup>
- <Target Name="GenerateRuntimeJson" BeforeTargets="CreatePackage">
+ <Target Name="GenerateRuntimeJson">
<!-- Note that we intentionally modify the runtime*json that is under source control.
We want to keep this up to date in source control so that we can see the diff in the
runtime.json over time as changes are made to RuntimeGroups. -->