This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
58
58
<BinDir >$(__BinDir)\</BinDir >
59
59
<BinDir Condition =" '$(__BinDir)'==''" >$(RootBinDir)Product\$(BuildOS).$(BuildArch).$(BuildType)\</BinDir >
60
-
60
+
61
61
<__IntermediatesDir Condition =" '$(__IntermediatesDir)' == ''" >$(RootBinDir)obj\$(BuildOS).$(BuildArch).$(BuildType)</__IntermediatesDir >
62
62
<IntermediateOutputRootPath Condition =" '$(IntermediateOutputRootPath)' == ''" >$(__IntermediatesDir)\</IntermediateOutputRootPath >
63
63
154
154
155
155
<!-- Central place to set the versions of all nuget packages produced in the repo -->
156
156
<Version Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''" >1.1.3</Version >
157
-
157
+
158
158
<!-- Set the boolean below to true to generate packages with stabilized versions -->
159
- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
159
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
160
160
<StableVersion Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''" >$(Version)</StableVersion >
161
161
162
162
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
You can’t perform that action at this time.
0 commit comments