Set the publishing infra version to 3 (#59166)
authorMatt Mitchell <mmitche@microsoft.com>
Wed, 15 Sep 2021 21:53:54 +0000 (14:53 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 21:53:54 +0000 (14:53 -0700)
Before this was not important because runtime was calling its own publishing tasks with the property explicitly set, but since the introduction of arcade powered source build this property is needed to avoid ArPow from defaulting to v2.

eng/Publishing.props

index ba44e57..920e79c 100644 (file)
@@ -1,3 +1,6 @@
 <Project>
   <!-- TODO: Consolidate the Publishing.props files into here. -->
+  <PropertyGroup>
+    <PublishingVersion>3</PublishingVersion>
+  </PropertyGroup>
 </Project>
\ No newline at end of file