summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2019-03-25 16:01:27 -0700
committerwtgodbe <wigodbe@microsoft.com>2019-03-25 16:01:27 -0700
commit1195ecfde034db65a90e2f0bd8cad8779a0eb0d7 (patch)
tree7d0b9f5ba284c5e61304b3054d077d84fb583857
parent75b082485ddf041eacba42afc77d9b5180e67a84 (diff)
downloadcoreclr-1195ecfde034db65a90e2f0bd8cad8779a0eb0d7.tar.gz
coreclr-1195ecfde034db65a90e2f0bd8cad8779a0eb0d7.tar.bz2
coreclr-1195ecfde034db65a90e2f0bd8cad8779a0eb0d7.zip
Set IsPreRelease to false in rel/3.0
-rw-r--r--clrdefinitions.cmake2
-rw-r--r--dir.props2
2 files changed, 2 insertions, 2 deletions
diff --git a/clrdefinitions.cmake b/clrdefinitions.cmake
index 9e22da2033..df6c0f39db 100644
--- a/clrdefinitions.cmake
+++ b/clrdefinitions.cmake
@@ -2,7 +2,7 @@ include(clrfeatures.cmake)
# If set, indicates that this is not an officially supported release
# Keep in sync with IsPrerelease in dir.props
-set(PRERELEASE 1)
+set(PRERELEASE 0)
# Features we're currently flighting, but don't intend to ship in officially supported releases
if (PRERELEASE)
diff --git a/dir.props b/dir.props
index 7737e6b317..95ab4b03ad 100644
--- a/dir.props
+++ b/dir.props
@@ -133,7 +133,7 @@
<!-- If true, indicates that this is not an officially supported release -->
<!-- It is important to flip this to false in official release branches -->
<!-- Keep it in sync with PRERELEASE in clrdefinitions.cmake -->
- <IsPrerelease>true</IsPrerelease>
+ <IsPrerelease>false</IsPrerelease>
<!-- This should be kept in sync with package details in src/.nuget/init/project.json -->
<RuntimeIdGraphDefinitionVersion>1.0.2-beta-24224-02</RuntimeIdGraphDefinitionVersion>