diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj
index e547222cd..b87bd8041 100644
--- a/src/redist/redist.csproj
+++ b/src/redist/redist.csproj
@@ -18,5 +18,6 @@
+
diff --git a/src/redist/targets/Branding.targets b/src/redist/targets/Branding.targets
index 516c9eaf0..a7abac29e 100644
--- a/src/redist/targets/Branding.targets
+++ b/src/redist/targets/Branding.targets
@@ -9,6 +9,8 @@
Microsoft .NET Core Host $(CliVersionNoSuffix) - Preview
Microsoft .NET Core Host FX Resolver $(CliVersionNoSuffix) - Preview
+ Microsoft.NETCore.App
+ $(SharedFrameworkName)
diff --git a/src/redist/targets/GenerateDebs.targets b/src/redist/targets/GenerateDebs.targets
index f6eeb425a..1fd192e50 100644
--- a/src/redist/targets/GenerateDebs.targets
+++ b/src/redist/targets/GenerateDebs.targets
@@ -11,7 +11,8 @@
GetCurrentRuntimeInformation;
SetupFileExtensions;
CalculateLinuxNativeInstallerDependencyVersions;
- SetSdkBrandingInfo">
+ SetSdkBrandingInfo;
+ SetInstallerInfo">
$(MSBuildProjectDirectory)
@@ -69,7 +70,7 @@
$(ArtifactsShippingPackagesDir)
- $(InstallerOutputDirectory)$(DistroSpecificArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(InstallerExtension)
+ $(InstallerOutputDirectory)$(DistroSpecificArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(InstallerExtension)
$(IntermediateOutputPath)debian/sdk/
$(SdkDebianIntermediateDirectory)deb-tool-output
$(SdkDebianIntermediateDirectory)debian-testResults.xml
@@ -139,7 +140,7 @@
-->
-
+
@@ -190,7 +191,7 @@
PrepareDotnetDebTool;
GetAspNetSharedFxInstallArgs;"
Inputs="@(CLISdkFiles)"
- Outputs="$(SdkInstallerFile)" >
+ Outputs="$(SdkDebInstallerFile)" >
@@ -251,7 +252,7 @@
@@ -290,7 +291,7 @@
-
+
-
+
$(SdkDebianIntermediateDirectory)debianLayoutDirectory
@@ -49,7 +49,7 @@
-
+
-
+
-
+
@@ -98,11 +98,11 @@
DependsOnTargets="GenerateLayout;AcquireWix;MsiTargetsSetupInputOutputs;SetSdkBrandingInfo"
Condition=" '$(OS)' == 'Windows_NT'"
Inputs="@(GenerateSdkMsiInputs)"
- Outputs="$(SdkInstallerFile)">
+ Outputs="$(SdkMSIInstallerFile)">
+ Outputs="$(CombinedFrameworkSdkHostMSIInstallerFile)">
@@ -193,11 +193,11 @@
diff --git a/src/redist/targets/GeneratePKG.targets b/src/redist/targets/GeneratePKG.targets
index 9eae8730d..3234b935a 100644
--- a/src/redist/targets/GeneratePKG.targets
+++ b/src/redist/targets/GeneratePKG.targets
@@ -1,34 +1,38 @@
-
-
-
- $(IntermediateDirectory)/pkgs/$(SdkVersion)
+
+
+
+ $(IntermediateOutputPath)pkgs/$(SdkVersion)
-
- com.microsoft.dotnet.sharedhost.$(SharedHostVersion).component.osx.x64
- com.microsoft.dotnet.hostfxr.$(HostFxrVersion).component.osx.x64
- com.microsoft.dotnet.sharedframework.$(SharedFrameworkNugetName).$(MicrosoftNETCoreAppPackageVersion).component.osx.x64
- com.microsoft.dotnet.dev.$(SdkVersion).component.osx.x64
- com.microsoft.dotnet.dev.$(SdkVersion).osx.x64
+
+ com.microsoft.dotnet.sharedhost.$(SharedHostVersion).component.osx.x64
+ com.microsoft.dotnet.hostfxr.$(HostFxrVersion).component.osx.x64
+ com.microsoft.dotnet.sharedframework.$(SharedFrameworkNugetName).$(MicrosoftNETCoreAppPackageVersion).component.osx.x64
+ com.microsoft.dotnet.dev.$(SdkVersion).component.osx.x64
+ com.microsoft.dotnet.dev.$(SdkVersion).osx.x64
- /usr/local/share/dotnet
+ /usr/local/share/dotnet
- $(RepoRoot)/packaging/osx/clisdk
- $(SdkPkgSourcesRootDirectory)/scripts
- $(SdkPkgScriptsDirectory)/postinstall
- $(PkgIntermediateDirectory)/scripts
- $(SdkPkgDestinationScriptsDirectory)/postinstall
- $(PkgIntermediateDirectory)/resources
+ $(MSBuildThisFileDirectory)packaging/osx/clisdk
+ $(SdkPkgSourcesRootDirectory)/scripts
+ $(SdkPkgScriptsDirectory)/postinstall
+ $(PkgIntermediateDirectory)/scripts
+ $(SdkPkgDestinationScriptsDirectory)/postinstall
+ $(PkgIntermediateDirectory)/resources
- $(SdkPkgSourcesRootDirectory)/Distribution-Template
- $(PkgIntermediateDirectory)/CLI-SDK-Formatted-Distribution-Template.xml
+ $(SdkPkgSourcesRootDirectory)/Distribution-Template
+ $(PkgIntermediateDirectory)/CLI-SDK-Formatted-Distribution-Template.xml
- $(PkgIntermediateDirectory)/$(SdkComponentId).pkg
- $(PkgIntermediateDirectory)/$(SharedFrameworkComponentId).pkg
- $(PkgIntermediateDirectory)/$(SharedHostComponentId).pkg
- $(PkgIntermediateDirectory)/$(HostFxrComponentId).pkg
-
+ $(PkgIntermediateDirectory)/$(SdkComponentId).pkg
+ $(PkgIntermediateDirectory)/$(SharedFrameworkComponentId).pkg
+ $(PkgIntermediateDirectory)/$(SharedHostComponentId).pkg
+ $(PkgIntermediateDirectory)/$(HostFxrComponentId).pkg
+
+ $(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionSdk)$(InstallerExtension)
+ $(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(BundleExtension)
+
+
-
+
$(SharedFrameworkComponentId)
@@ -75,16 +79,16 @@
-
+
-
+
-
+
@@ -95,12 +99,13 @@
-
-
+
+
+
-
+
-
+
'%(Identity)')"
ReplacementStrings="@(DistributionTemplateReplacement -> '%(ReplacementString)')" />
-
+
+ GenerateSdkProductArchive"/>
diff --git a/src/redist/targets/GenerateRPMs.targets b/src/redist/targets/GenerateRPMs.targets
index 0bd23052b..30608fb9a 100644
--- a/src/redist/targets/GenerateRPMs.targets
+++ b/src/redist/targets/GenerateRPMs.targets
@@ -105,7 +105,7 @@
-->
-
+
dotnet-runtime-deps-$(RuntimeDepsPackageVersion)
$(SdkVersion)
$(RedistLayoutPath)sdk/
- $(ArtifactsShippingPackagesDir)$(DistroSpecificArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(InstallerExtension)
- $(SdkInstallerFile)
+ $(ArtifactsShippingPackagesDir)$(DistroSpecificArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(InstallerExtension)
+ $(SdkRPMInstallerFile)
$(RepoRoot)/Documentation/manpages
$(MSBuildThisFileDirectory)packaging/rpm/dotnet-config.json
@@ -239,7 +239,7 @@
-
+