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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-03-29 01:19:50 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-03-29 01:19:50 +0300
commitd46ecb53011b18a0a30cd200390a537402096971 (patch)
tree41772e3ed90680076f8ec39eff8e5747126c2fbd /build.proj
parent48a671def5faf161f14b45c99bf22d8322b2be38 (diff)
Consuming new versioning changes
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index e277e701a3..f6bba09dbd 100644
--- a/build.proj
+++ b/build.proj
@@ -43,6 +43,7 @@
<TraversalBuildDependsOn>
ValidateAllProjectDependencies;
BatchRestorePackages;
+ CreateOrUpdateCurrentVersionFile;
$(TraversalBuildDependsOn);
</TraversalBuildDependsOn>
</PropertyGroup>