Updating branding to 3.0.1-servicing (#4924)
* Updating branding to 3.0.1-servicing Also removed the DropSuffix so that we stop producing final branded builds for now. * Address code review comments Set DropSuffix to false instead of removing it.
This commit is contained in:
parent
04339c3a26
commit
ca0986c0ff
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
||||||
<VersionMajor>3</VersionMajor>
|
<VersionMajor>3</VersionMajor>
|
||||||
<VersionMinor>0</VersionMinor>
|
<VersionMinor>0</VersionMinor>
|
||||||
<VersionSDKMinor>1</VersionSDKMinor>
|
<VersionSDKMinor>1</VersionSDKMinor>
|
||||||
<VersionPatch>00</VersionPatch>
|
<VersionPatch>01</VersionPatch>
|
||||||
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">rc2</ReleaseSuffix>
|
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">servicing</ReleaseSuffix>
|
||||||
<!--
|
<!--
|
||||||
When DropSuffix is set to 'true', this branch will produce stable outputs for 'Shipping' packages
|
When DropSuffix is set to 'true', this branch will produce stable outputs for 'Shipping' packages
|
||||||
-->
|
-->
|
||||||
<DropSuffix>true</DropSuffix>
|
<DropSuffix>false</DropSuffix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="GetCoreSdkGitCommitInfo">
|
<Target Name="GetCoreSdkGitCommitInfo">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue