mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 18:20:26 +09:00
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.
This commit is contained in:
parent
467f5c646b
commit
b83e5feab5
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
<Project>
|
||||
<!-- TODO: Consolidate the Publishing.props files into here. -->
|
||||
<PropertyGroup>
|
||||
<PublishingVersion>3</PublishingVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue