Selaa lähdekoodia

Set IncrementalVersion=true

Nate McMaster 8 vuotta sitten
vanhempi
sitoutus
31733e973f
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      build/repo.beforecommon.props

+ 10 - 0
build/repo.beforecommon.props

@@ -0,0 +1,10 @@
+<Project>
+  <PropertyGroup>
+    <!--
+        This ensures the build number is a time-based number for local builds.
+        This is important for local builds of Universe which need to ensure repo-to-repo
+        builds are using new articacts, not ones from the global cache.
+    -->
+    <IncrementalVersion>true</IncrementalVersion>
+  </PropertyGroup>
+</Project>