summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2019-05-31 13:15:44 -0700
committerwtgodbe <wigodbe@microsoft.com>2019-05-31 13:15:44 -0700
commit4f9d411ce16ad202be7f6a56581955ffcdf465a1 (patch)
tree989377eb113cfb38a7bfb7198834e8bbb602b932 /dir.props
parente98f0d309e391ac4ec13b82311bb36fd3d5f53c3 (diff)
downloadcoreclr-4f9d411ce16ad202be7f6a56581955ffcdf465a1.tar.gz
coreclr-4f9d411ce16ad202be7f6a56581955ffcdf465a1.tar.bz2
coreclr-4f9d411ce16ad202be7f6a56581955ffcdf465a1.zip
Set IsPrelease=false in dir.props
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index d2a63e5ea7..5372ea3539 100644
--- a/dir.props
+++ b/dir.props
@@ -32,7 +32,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>
</PropertyGroup>
<!-- Output paths -->