File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
<!--
11
11
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
12
12
-->
13
- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
13
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
14
14
<!--
15
15
When DotNetFinalVersionKind is set to 'release' (only for the release branches),
16
16
the build will produce stable outputs for 'Shipping' packages.
17
17
18
18
This is used by the Arcade SDK (Publish.proj) to determine if the build is a release build or not.
19
19
-->
20
- <DotNetFinalVersionKind / >
20
+ <DotNetFinalVersionKind >release</ DotNetFinalVersionKind >
21
21
<!-- Enabling this rule will cause build failures on undocumented public APIs. -->
22
22
<SkipArcadeNoWarnCS1591 >true</SkipArcadeNoWarnCS1591 >
23
23
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments