Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 416ea3c

Browse files
authored
Merge pull request #13525 from weshaggard/Release113
[release/1.1.0] Mark packages as stable for 1.1.3 release
2 parents ad68ca9 + b1242b0 commit 416ea3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dir.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<BinDir>$(__BinDir)\</BinDir>
5959
<BinDir Condition="'$(__BinDir)'==''">$(RootBinDir)Product\$(BuildOS).$(BuildArch).$(BuildType)\</BinDir>
60-
60+
6161
<__IntermediatesDir Condition="'$(__IntermediatesDir)' == ''">$(RootBinDir)obj\$(BuildOS).$(BuildArch).$(BuildType)</__IntermediatesDir>
6262
<IntermediateOutputRootPath Condition="'$(IntermediateOutputRootPath)' == ''">$(__IntermediatesDir)\</IntermediateOutputRootPath>
6363

@@ -154,9 +154,9 @@
154154

155155
<!-- Central place to set the versions of all nuget packages produced in the repo -->
156156
<Version Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''">1.1.3</Version>
157-
157+
158158
<!-- Set the boolean below to true to generate packages with stabilized versions -->
159-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
159+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
160160
<StableVersion Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(Version)</StableVersion>
161161

162162
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires

0 commit comments

Comments
 (0)