File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 255255 <PackageReleaseNotes >https://go.microsoft.com/fwlink/?LinkID=799421</PackageReleaseNotes >
256256 <!-- Indicates this is not an officially supported release. Release branches should set this to false. -->
257257 <!-- Keep it in sync with PRERELEASE in eng/native/configureplatform.cmake -->
258- <IsPrerelease >true </IsPrerelease >
258+ <IsPrerelease >false </IsPrerelease >
259259 <IsPrivateAssembly >$(MSBuildProjectName.Contains('Private'))</IsPrivateAssembly >
260260 <!-- Private packages should not be stable -->
261261 <SuppressFinalPackageVersion Condition =" '$(SuppressFinalPackageVersion)' == '' and $(IsPrivateAssembly)" >true</SuppressFinalPackageVersion >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/functions.cmake)
22
33# If set, indicates that this is not an officially supported release
44# Keep in sync with IsPrerelease in Directory.Build.props
5- set (PRERELEASE 1 )
5+ set (PRERELEASE 0 )
66
77#----------------------------------------
88# Detect and set platform variable names
You can’t perform that action at this time.
0 commit comments