diff --git a/.vsts-ci.yml b/.vsts-ci.yml
index a0eeef007..77d70a532 100644
--- a/.vsts-ci.yml
+++ b/.vsts-ci.yml
@@ -46,30 +46,21 @@ stages:
_BuildConfig: Debug
_BuildArchitecture: x86
_DOTNET_CLI_UI_LANGUAGE: ''
- _DropSuffix: ''
Build_ES_Debug_x64:
_BuildConfig: Debug
_BuildArchitecture: x64
_DOTNET_CLI_UI_LANGUAGE: es
- _DropSuffix: ''
- Build_DropSuffix_Release_x64:
- _BuildConfig: Release
- _BuildArchitecture: x64
- _DOTNET_CLI_UI_LANGUAGE: ''
- _DropSuffix: true
# Internal-only builds
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
Build_Release_x86:
_BuildConfig: Release
_BuildArchitecture: x86
_DOTNET_CLI_UI_LANGUAGE: ''
- _DropSuffix: ''
# Always run builds
Build_Release_x64:
_BuildConfig: Release
_BuildArchitecture: x64
_DOTNET_CLI_UI_LANGUAGE: ''
- _DropSuffix: ''
_AdditionalBuildParameters: '/p:PublishInternalAsset=true
/p:DotNetPublishBlobFeedKey=$(dotnetfeed-storage-access-key-1)
/p:DotNetPublishBlobFeedUrl=$(_ArcadePublishBlobFeedUrl)'
@@ -77,7 +68,6 @@ stages:
_BuildConfig: Release
_BuildArchitecture: arm
_DOTNET_CLI_UI_LANGUAGE: ''
- _DropSuffix: ''
- template: /eng/build.yml
parameters:
@@ -94,84 +84,60 @@ stages:
_LinuxPortable: ''
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
- _DropSuffix: ''
Build_Ubuntu_18_04_Debug_x64:
_BuildConfig: Debug
_DockerParameter: '--docker ubuntu.18.04'
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
- _DropSuffix: ''
Build_Fedora_29_Debug_x64:
_BuildConfig: Debug
_DockerParameter: '--docker fedora.29'
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
- _DropSuffix: ''
Build_CentOS_7_1_Debug_x64:
_BuildConfig: Debug
_DockerParameter: '--docker centos'
_LinuxPortable: ''
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
- _DropSuffix: ''
Build_Debian_Stretch_Debug_x64:
_BuildConfig: Debug
_DockerParameter: '--docker debian'
_LinuxPortable: ''
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
- _DropSuffix: ''
Build_Rhel_7_2_Release_x64:
_BuildConfig: Release
_DockerParameter: '--docker rhel'
_LinuxPortable: ''
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
- _DropSuffix: ''
Build_Rhel_6_Debug_x64:
_BuildConfig: Debug
_DockerParameter: '--docker rhel.6'
_LinuxPortable: ''
_RuntimeIdentifier: '--runtime-id rhel.6-x64'
_BuildArchitecture: 'x64'
- _DropSuffix: ''
Build_Arm_Debug:
_BuildConfig: Debug
_DockerParameter: ''
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: '--runtime-id linux-arm'
_BuildArchitecture: 'arm'
- _DropSuffix: ''
Build_Arm64_Debug:
_BuildConfig: Debug
_DockerParameter: ''
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: '--runtime-id linux-arm64'
_BuildArchitecture: 'arm64'
- _DropSuffix: ''
Build_Linux_musl_Debug_x64:
_BuildConfig: Debug
_DockerParameter: '--docker alpine.3.6'
_LinuxPortable: ''
_RuntimeIdentifier: '--runtime-id linux-musl-x64'
_BuildArchitecture: 'x64'
- _DropSuffix: ''
- Build_LinuxPortable_NoSuffix_Release_x64:
- _BuildConfig: Release
- _DockerParameter: ''
- _LinuxPortable: '--linux-portable'
- _RuntimeIdentifier: ''
- _BuildArchitecture: 'x64'
- _DropSuffix: true
- Build_Arm_NoSuffix_Release:
- _BuildConfig: Release
- _DockerParameter: ''
- _LinuxPortable: '--linux-portable'
- _RuntimeIdentifier: '--runtime-id linux-arm'
- _BuildArchitecture: 'arm'
- _DropSuffix: true
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
Build_Arm_Release:
_BuildConfig: Release
@@ -179,35 +145,30 @@ stages:
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: '--runtime-id linux-arm'
_BuildArchitecture: 'arm'
- _DropSuffix: ''
Build_Arm64_Release:
_BuildConfig: Release
_DockerParameter: ''
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: '--runtime-id linux-arm64'
_BuildArchitecture: 'arm64'
- _DropSuffix: ''
Build_Rhel_6_Release_x64:
_BuildConfig: Release
_DockerParameter: '--docker rhel.6'
_LinuxPortable: ''
_RuntimeIdentifier: '--runtime-id rhel.6-x64'
_BuildArchitecture: 'x64'
- _DropSuffix: ''
Build_Linux_musl_Release_x64:
_BuildConfig: Release
_DockerParameter: '--docker alpine.3.6'
_LinuxPortable: ''
_RuntimeIdentifier: '--runtime-id linux-musl-x64'
_BuildArchitecture: 'x64'
- _DropSuffix: ''
Build_Linux_Portable_Deb_Release_x64:
_BuildConfig: Release
_DockerParameter: '--docker ubuntu.16.04'
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
- _DropSuffix: ''
# Do not publish zips and tarballs. The linux-x64 binaries are
# already published by Build_LinuxPortable_Release_x64
_AdditionalBuildParameters: '/p:PublishBinariesAndBadge=false'
@@ -217,7 +178,6 @@ stages:
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
- _DropSuffix: ''
# Do not publish zips and tarballs. The linux-x64 binaries are
# already published by Build_LinuxPortable_Release_x64
_AdditionalBuildParameters: '/p:PublishBinariesAndBadge=false'
@@ -227,7 +187,6 @@ stages:
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
- _DropSuffix: ''
- template: /eng/build.yml
parameters:
diff --git a/eng/Publishing.props b/eng/Publishing.props
index 6626f263b..deb6ab38d 100644
--- a/eng/Publishing.props
+++ b/eng/Publishing.props
@@ -1,9 +1,6 @@
-
-
-
Sdk
$(Product)
@@ -56,19 +53,18 @@
-
-
- $(ArtifactsShippingPackagesDir)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('$(SdkVersion)' ,'$(FullNuGetVersion)'))
+
+
+ $(ArtifactsShippingPackagesDir)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('$(Version)' ,'$(FullNuGetVersion)'))
-
- $(ArtifactsShippingPackagesDir)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('$(SdkVersion)' ,'$(FullNuGetVersion)'))
+
+ $(ArtifactsShippingPackagesDir)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('$(Version)' ,'$(FullNuGetVersion)'))
@@ -103,7 +99,7 @@
NonShipping=true
-
+
$(BlobStoragePartialRelativePath)/$(FullNugetVersion)/$([System.String]::Copy('%(Filename)%(Extension)'))
NonShipping=true
diff --git a/eng/Versions.props b/eng/Versions.props
index f2b6e4d7e..4446aa1d3 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -4,12 +4,20 @@
true
-
- 1.0.0
- preview
+ 5
+ 0
+ 1
+ 00
+
+ $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature)
+ alpha
+ 1
+
+ $(VersionMajor).$(VersionMinor)
+ $(MajorMinorVersion).$(VersionSDKMinor)
+
+ $(VersionPrefix)-$(PreReleaseVersionLabel)$(PreReleaseVersionIteration)-$(_BuildNumberLabels)
diff --git a/eng/build.yml b/eng/build.yml
index 750111576..1395a9d04 100644
--- a/eng/build.yml
+++ b/eng/build.yml
@@ -84,7 +84,6 @@ phases:
displayName: Build
env:
DOTNET_CLI_UI_LANGUAGE: $(_DOTNET_CLI_UI_LANGUAGE)
- DropSuffix: $(_DropSuffix)
DOTNETCLIMSRC_READ_SAS_TOKEN: $(_DOTNETCLIMSRC_READ_SAS_TOKEN)
- ${{ if ne(parameters.agentOs, 'Windows_NT') }}:
@@ -104,7 +103,6 @@ phases:
$(_AdditionalBuildParameters)
displayName: Build
env:
- DropSuffix: $(_DropSuffix)
DOTNETCLIMSRC_READ_SAS_TOKEN: $(_DOTNETCLIMSRC_READ_SAS_TOKEN)
- ${{ if or(eq(parameters.agentOs, 'Darwin'), eq(parameters.agentOs, 'FreeBSD')) }}:
diff --git a/src/CopyToLatest/CopyToLatest.csproj b/src/CopyToLatest/CopyToLatest.csproj
index 9e7c7d5af..84dad6aaf 100644
--- a/src/CopyToLatest/CopyToLatest.csproj
+++ b/src/CopyToLatest/CopyToLatest.csproj
@@ -8,7 +8,6 @@
-
diff --git a/src/CopyToLatest/targets/FinishBuild.targets b/src/CopyToLatest/targets/FinishBuild.targets
index 2fb9a3d5a..523b80870 100644
--- a/src/CopyToLatest/targets/FinishBuild.targets
+++ b/src/CopyToLatest/targets/FinishBuild.targets
@@ -1,7 +1,6 @@
6 bits
// CLI minor -> 6 bits
// CLI patch -> 6 bits
- // CLI commitcount -> 14 bits
+ // CLI VersionRevision -> 14 bits
var major = Major << 26;
var minor = Minor << 20;
var patch = Patch << 14;
- var msiVersionNumber = major | minor | patch | CommitCount;
+ var msiVersionNumber = major | minor | patch | VersionRevision;
var msiMajor = (msiVersionNumber >> 24) & 0xFF;
var msiMinor = (msiVersionNumber >> 16) & 0xFF;
diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj
index 8792e3898..f1ab93144 100644
--- a/src/redist/redist.csproj
+++ b/src/redist/redist.csproj
@@ -21,7 +21,6 @@
-
diff --git a/src/redist/targets/Badge.targets b/src/redist/targets/Badge.targets
index 8e9ccc4ac..e6491fe53 100644
--- a/src/redist/targets/Badge.targets
+++ b/src/redist/targets/Badge.targets
@@ -13,7 +13,7 @@
InputFiles="$(VersionSvgTemplate)"
DestinationFiles="$(VersionBadge)"
ReplacementPatterns="ver_number"
- ReplacementStrings="$(SdkVersion)" />
+ ReplacementStrings="$(Version)" />
diff --git a/src/redist/targets/Branding.targets b/src/redist/targets/Branding.targets
index 44174a784..d7fbc6051 100644
--- a/src/redist/targets/Branding.targets
+++ b/src/redist/targets/Branding.targets
@@ -1,9 +1,9 @@
-
+
cli
- Microsoft .NET Core SDK $(CliBrandingVersion)
- Microsoft .NET Core Toolset $(CliBrandingVersion)
+ Microsoft .NET Core SDK $(Version)
+ Microsoft .NET Core Toolset $(Version)
.NET Standard Support for Visual Studio 2015
Microsoft .NET Core Runtime $(MicrosoftNETCoreAppRuntimePackageVersion)
Microsoft .NET Core Targeting Pack $(MicrosoftNETCoreAppRefPackageVersion)
@@ -13,10 +13,10 @@
Microsoft .NET Core Host FX Resolver $(HostFxrVersion)
Microsoft.NETCore.App
$(SharedFrameworkName)
- Microsoft .NET Core 3.1 Templates $(CliBrandingVersion)
- Microsoft .NET Core 3.0 Templates $(CliBrandingVersion)
- Microsoft .NET Core 2.2 Templates $(CliBrandingVersion)
- Microsoft .NET Core 2.1 Templates $(CliBrandingVersion)
+ Microsoft .NET Core 3.1 Templates $(Version)
+ Microsoft .NET Core 3.0 Templates $(Version)
+ Microsoft .NET Core 2.2 Templates $(Version)
+ Microsoft .NET Core 2.1 Templates $(Version)
diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets
index 3f1965390..553bca59c 100644
--- a/src/redist/targets/BundledTemplates.targets
+++ b/src/redist/targets/BundledTemplates.targets
@@ -1,11 +1,10 @@
-
+
$(AspNetCorePackageVersionFor31Templates.IndexOf('-'))
$(AspNetCorePackageVersionFor31Templates)
$(AspNetCorePackageVersionFor31Templates.Substring(0, $(AspNetCore31VersionPreReleaseSeparator)))
- $(AspNetCore31VersionMajorMinorPatchVersion).$(GitCommitCount)
+ $(AspNetCore31VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision)
$(AspNetCore31VersionMajorMinorPatchVersion)
$(BundledTemplates31InstallPath)-$(VersionSuffix)
$([MSBuild]::Add($(AspNetCore31VersionMajorMinorPatchVersion.IndexOf('.')), 1))
@@ -15,7 +14,7 @@
$(AspNetCorePackageVersionFor30Templates.IndexOf('-'))
$(AspNetCorePackageVersionFor30Templates)
$(AspNetCorePackageVersionFor30Templates.Substring(0, $(AspNetCore30VersionPreReleaseSeparator)))
- $(AspNetCore30VersionMajorMinorPatchVersion).$(GitCommitCount)
+ $(AspNetCore30VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision)
$(AspNetCore30VersionMajorMinorPatchVersion)
$(BundledTemplates30InstallPath)-$(VersionSuffix)
$([MSBuild]::Add($(AspNetCore30VersionMajorMinorPatchVersion.IndexOf('.')), 1))
@@ -25,7 +24,7 @@
$(AspNetCorePackageVersionFor22Templates.IndexOf('-'))
$(AspNetCorePackageVersionFor22Templates)
$(AspNetCorePackageVersionFor22Templates.Substring(0, $(AspNetCore22VersionPreReleaseSeparator)))
- $(AspNetCore22VersionMajorMinorPatchVersion).$(GitCommitCount)
+ $(AspNetCore22VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision)
$(AspNetCore22VersionMajorMinorPatchVersion)
$(BundledTemplates22InstallPath)-$(VersionSuffix)
$([MSBuild]::Add($(AspNetCore22VersionMajorMinorPatchVersion.IndexOf('.')), 1))
@@ -35,7 +34,7 @@
$(AspNetCorePackageVersionFor21Templates.IndexOf('-'))
$(AspNetCorePackageVersionFor21Templates)
$(AspNetCorePackageVersionFor21Templates.Substring(0, $(AspNetCore21VersionPreReleaseSeparator)))
- $(AspNetCore21VersionMajorMinorPatchVersion).$(GitCommitCount)
+ $(AspNetCore21VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision)
$(AspNetCore21VersionMajorMinorPatchVersion)
$(BundledTemplates21InstallPath)-$(VersionSuffix)
$([MSBuild]::Add($(AspNetCore21VersionMajorMinorPatchVersion.IndexOf('.')), 1))
diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets
index 3fccba0e6..b0aa36fea 100644
--- a/src/redist/targets/Crossgen.targets
+++ b/src/redist/targets/Crossgen.targets
@@ -134,7 +134,7 @@
+ DestinationFiles="@(PdbsToMove->'$(ArtifactsSymStoreDirectory)/sdk/$(Version)/%(RecursiveDir)%(Filename)%(Extension)')" />
$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1])
<_NETStandardTargetFrameworkVersion>$(_NETStandardLibraryPackageVersion.Split('.')[0]).$(_NETStandardLibraryPackageVersion.Split('.')[1])
- <_NETCoreSdkBeingBuiltIsPreview Condition=" '$(DropSuffix)' != 'true' ">true
- <_NETCoreSdkBeingBuiltIsPreview Condition=" '$(DropSuffix)' == 'true' ">false
+ <_NETCoreSdkBeingBuiltIsPreview Condition=" '$(DotNetFinalVersionKind)' != 'release' ">true
+ <_NETCoreSdkBeingBuiltIsPreview Condition=" '$(DotNetFinalVersionKind)' == 'release' ">false
@@ -157,7 +157,7 @@ Copyright (c) .NET Foundation. All rights reserved.
$(_NETStandardLibraryPackageVersion)
$(_NETCorePlatformsPackageVersion)
%24(MSBuildThisFileDirectory)RuntimeIdentifierGraph.json
- $(SdkVersion)
+ $(Version)
$(ProductMonikerRid)
<_NETCoreSdkIsPreview>$(_NETCoreSdkBeingBuiltIsPreview)
diff --git a/src/redist/targets/GenerateDebs.targets b/src/redist/targets/GenerateDebs.targets
index 2dc31606b..3a9cd6452 100644
--- a/src/redist/targets/GenerateDebs.targets
+++ b/src/redist/targets/GenerateDebs.targets
@@ -7,8 +7,7 @@
@@ -172,7 +171,7 @@
$(AspNetCoreRefVersionWithTilde)
- $(SdkVersion)
+ $(Version)
@@ -264,7 +263,7 @@
diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets
index d0e6b7bcf..bf6fd0c5b 100644
--- a/src/redist/targets/GenerateLayout.targets
+++ b/src/redist/targets/GenerateLayout.targets
@@ -22,9 +22,9 @@
3.0.0
-
+
- $(RedistLayoutPath)sdk\$(SdkVersion)\
+ $(RedistLayoutPath)sdk\$(Version)\
true
https://dotnetclimsrc.blob.core.windows.net/dotnet/
@@ -230,7 +230,7 @@
$(DotnetToolsetBlobRootUrl)Toolset/$(MicrosoftDotnetToolsetInternalPackageVersion)
dotnet-toolset-internal-$(MicrosoftDotnetToolsetInternalPackageVersion).zip
- sdk/$(SdkVersion)
+ sdk/$(Version)
@@ -405,7 +405,7 @@
"version": "$(MicrosoftNETCoreAppRuntimePackageVersion)"
-
+
-
+
+
+
+
+
@@ -497,11 +503,11 @@
-
+
+ DestinationFiles="@(SdkInternalFiles -> '$(SdkInternalLayoutPath)sdk\$(Version)\%(RecursiveDir)%(Filename)%(Extension)')"/>
diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets
index c73470943..3124f7021 100644
--- a/src/redist/targets/GenerateMSIs.targets
+++ b/src/redist/targets/GenerateMSIs.targets
@@ -54,19 +54,38 @@
$(LayoutDirectory)$(ArtifactNameSdk)
$(LayoutDirectory)MSBuildExtensions-->
+
+
+
+
+
+
+
+
+ $(GitCommitCount.PadLeft(6,'0'))
+
+
+ $(_PatchNumber)
+
+ $(GitCommitCount)
+ $(VersionPrefix).$(CombinedBuildNumberAndRevision)
+
+ DependsOnTargets="GenerateLayout;SetupWixProperties">
-
+ VersionPatch="$(VersionFeature)">
@@ -144,7 +163,7 @@
'$(ToolsetBrandName)' ^
'$(MsiVersion)' ^
'$(SDKBundleVersion)' ^
- '$(NugetVersion)' ^
+ '$(Version)' ^
'$(SdkInstallerUpgradeCode)' ^
'$(SdkDependencyKeyName)' ^
'$(Architecture)' ^
@@ -164,7 +183,7 @@
'$(SdkBrandName)' ^
'$(MsiVersion)' ^
'$(SDKBundleVersion)' ^
- '$(NugetVersion)' ^
+ '$(Version)' ^
'$(SdkPlaceholderInstallerUpgradeCode)' ^
'$(SdkPlaceholderDependencyKeyName)' ^
'$(Architecture)' ^
@@ -264,7 +283,7 @@
'$(SdkBrandName)' ^
'$(MsiVersion)' ^
'$(SDKBundleVersion)' ^
- '$(NugetVersion)' ^
+ '$(Version)' ^
'$(MicrosoftWindowsDesktopAppRuntimePackageVersion)' ^
'$(CombinedFrameworkSDKHostInstallerUpgradeCode)' ^
'$(SdkDependencyKeyName)' ^
diff --git a/src/redist/targets/GeneratePKG.targets b/src/redist/targets/GeneratePKG.targets
index 1234883a7..d5b8af944 100644
--- a/src/redist/targets/GeneratePKG.targets
+++ b/src/redist/targets/GeneratePKG.targets
@@ -1,7 +1,7 @@
-
+
- $(IntermediateOutputPath)pkgs/$(SdkVersion)
+ $(IntermediateOutputPath)pkgs/$(Version)
com.microsoft.dotnet.sharedhost.$(SharedHostVersion).component.osx.x64
@@ -10,8 +10,8 @@
com.microsoft.dotnet.pack.targeting.$(MicrosoftNETCoreAppRefPackageVersion).component.osx.x64
com.microsoft.dotnet.pack.apphost.$(MicrosoftNETCoreAppHostPackageVersion).component.osx.x64
com.microsoft.standard.pack.targeting.$(NETStandardLibraryRefPackageVersion).component.osx.x64
- com.microsoft.dotnet.dev.$(SdkVersion).component.osx.x64
- com.microsoft.dotnet.dev.$(SdkVersion).osx.x64
+ com.microsoft.dotnet.dev.$(Version).component.osx.x64
+ com.microsoft.dotnet.dev.$(Version).osx.x64
/usr/local/share/dotnet
@@ -62,7 +62,7 @@
$(SdkComponentId)
- $(SdkVersion)
+ $(Version)
$(SdkBrandName)
@@ -87,11 +87,11 @@
- $(SdkVersion)
+ $(Version)
- $(SdkVersion)
+ $(Version)
$(MicrosoftNETCoreAppRuntimePackageVersion)
@@ -162,7 +162,7 @@
@@ -201,7 +201,7 @@
ReplacementStrings="@(DistributionTemplateReplacement -> '%(ReplacementString)')" />
- $(SdkVersion)
+ $(Version)
$(SdkBrandName)
@@ -121,7 +121,7 @@
- $(SdkVersion)
+ $(Version)
@@ -175,11 +175,11 @@
+ DependsOnTargets="CalculateLinuxNativeInstallerDependencyVersions;GetCurrentRuntimeInformation;SetupFileExtensions">
$(MajorMinorVersion)
$(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(SdkRpmPackageVersion)
- $(SdkVersion)
+ $(Version)
$(RedistLayoutPath)sdk/
$(RedistLayoutPath)templates/
$(ArtifactsShippingPackagesDir)$(DistroSpecificArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(InstallerExtension)
diff --git a/src/redist/targets/GetRuntimeInformation.targets b/src/redist/targets/GetRuntimeInformation.targets
index 6e010c5ce..f417fa7b1 100644
--- a/src/redist/targets/GetRuntimeInformation.targets
+++ b/src/redist/targets/GetRuntimeInformation.targets
@@ -1,5 +1,5 @@
-
+
@@ -39,13 +39,13 @@
dotnet-sdk-internal
dotnet-sdk
- $(ArtifactNameSdk)-$(SdkVersion)-$(ProductMonikerRid)
- dotnet-standard-support-vs2015-$(SdkVersion)-$(ProductMonikerRid)
- $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(SdkVersion)-$(ProductMonikerRid)
+ $(ArtifactNameSdk)-$(Version)-$(ProductMonikerRid)
+ dotnet-standard-support-vs2015-$(Version)-$(ProductMonikerRid)
+ $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(Version)-$(ProductMonikerRid)
Dotnet SDK Bundle Installer $(CliProductBandVersion) $(ProductMonikerRid)
- $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(SdkVersion)-
+ $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(Version)-
$(DistroSpecificArtifactNameWithVersionCombinedHostHostFxrFrameworkSdkWithoutHostMonikerRid)$(HostMonikerRidForFileName)
diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets
deleted file mode 100644
index 0a5653a1e..000000000
--- a/src/redist/targets/Versions.targets
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
- 5
- 0
- 1
- 00
- alpha1
-
- false
-
-
-
-
-
-
-
-
-
-
-
-
- $(GitCommitCount.PadLeft(6,'0'))
-
-
-
-
-
- $(VersionMajor).$(VersionMinor)
- $(MajorMinorVersion).$(VersionSDKMinor)
- $(CliProductBandVersion)$(VersionPatch)
- $(CliVersionNoSuffix)-$(ReleaseSuffix)
- $(CliVersionNoSuffix) - $(ReleaseSuffix)
- $(CliVersionNoSuffix)
- $(CliVersionNoSuffix).$(GitCommitCount)
-
- $(ReleaseSuffix)-$(GitCommitCount)
-
- $(CliVersionNoSuffix)-$(ReleaseSuffix)-$(GitCommitCount)
-
- $(FullNugetVersion)
- $(CliVersionNoSuffix)
-
- $(NugetVersion)
- $(NugetVersion)
-
-
-
-
-