diff options
author | JC Aguilera <jcagme@users.noreply.github.com> | 2017-06-06 16:53:39 -0700 |
---|---|---|
committer | Yi Zhang (CLR) <yzha@microsoft.com> | 2017-07-19 11:16:56 -0700 |
commit | 688565cdae8b19d678897c542a484184cd9ea80f (patch) | |
tree | 185754b53ad9981738307657428e941779a7c102 /dir.props | |
parent | 2acd61350fc39d62108eda77ae70492a0faa9ae0 (diff) | |
download | coreclr-688565cdae8b19d678897c542a484184cd9ea80f.tar.gz coreclr-688565cdae8b19d678897c542a484184cd9ea80f.tar.bz2 coreclr-688565cdae8b19d678897c542a484184cd9ea80f.zip |
Enable official builds from dev/defaultintf
Updating the PreReleaseLabel name so we get official Default Interface's builds.
Diffstat (limited to 'dir.props')
-rw-r--r-- | dir.props | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ <!-- Packaging properties --> <PropertyGroup> <LicenseUrl>https://github.com/dotnet/coreclr/blob/master/LICENSE.TXT</LicenseUrl> + <PreReleaseLabel>dev-di</PreReleaseLabel> <PackageDescriptionFile>$(SourceDir).nuget/descriptions.json</PackageDescriptionFile> <PackageLicenseFile>$(ProjectDir)LICENSE.TXT</PackageLicenseFile> <PackageThirdPartyNoticesFile>$(ProjectDir)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile> |