Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2021-09-16 01:36:05 +0300
committerGitHub <noreply@github.com>2021-09-16 01:36:05 +0300
commitb83e5feab51766273530baa991c53e10b76cde15 (patch)
tree701cde0e0b69cc91148e8915b5a7e5ef57673bf4 /eng/Publishing.props
parent467f5c646be6895ee980321690296e61800c387b (diff)
Set the publishing infra version to 3 (#59165)
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.
Diffstat (limited to 'eng/Publishing.props')
-rw-r--r--eng/Publishing.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/eng/Publishing.props b/eng/Publishing.props
index ba44e57c7c7..920e79cbbd2 100644
--- a/eng/Publishing.props
+++ b/eng/Publishing.props
@@ -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