Skip to content

Commit

Permalink
Set the publishing infra version to 3 (dotnet#59165)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mmitche committed Sep 15, 2021
1 parent 467f5c6 commit b83e5fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/Publishing.props
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<Project>
<!-- TODO: Consolidate the Publishing.props files into here. -->
<PropertyGroup>
<PublishingVersion>3</PublishingVersion>
</PropertyGroup>
</Project>

0 comments on commit b83e5fe

Please sign in to comment.