From: Karthik Rajasekaran Date: Wed, 24 May 2017 22:27:17 +0000 (-0700) Subject: Combine packaging props and publish props for deb packages X-Git-Tag: submit/tizen/20210909.063632~11032^2~1300^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af62695cf067db81ed36e3ec03fa18fb5511da91;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Combine packaging props and publish props for deb packages Commit migrated from https://github.com/dotnet/core-setup/commit/8df6b3c8e95d12674b86f43915aba6f6e4d48394 --- diff --git a/src/installer/dir.props b/src/installer/dir.props index 783789f..39af4de 100644 --- a/src/installer/dir.props +++ b/src/installer/dir.props @@ -20,18 +20,6 @@ $(LibPrefix)hostpolicy$(LibSuffix) - - - - $(TargetRid) - osx.10.10-x64 - rhel.7-x64 - rhel.7-x64 - rhel.7-x64 - rhel.7-x64 - rhel.7-x64 - - .map .ni.pdb diff --git a/src/installer/pkg/packaging/dir.props b/src/installer/pkg/packaging/dir.props index 0a4b661..708c409 100644 --- a/src/installer/pkg/packaging/dir.props +++ b/src/installer/pkg/packaging/dir.props @@ -16,11 +16,6 @@ - $(SharedFrameworkNugetVersion)-$(PackageTargetRid) - $(HostResolverVersion)-$(PackageTargetRid) - - - dotnet-runtime-$(ProductMoniker)$(CompressedFileExtension) dotnet-hostfxr-internal-$(PackageTargetRid).$(HostResolverVersion)$(CompressedFileExtension) dotnet-runtime-internal-$(ProductMoniker)$(CompressedFileExtension) @@ -28,14 +23,6 @@ - $(CombinedInstallerStart)$(ProductMoniker)$(CombinedInstallerExtension) - $(CombinedInstallerStart)$(ProductMoniker)-engine.exe - $(SharedHostInstallerStart)$(ProductMoniker)$(InstallerExtension) - $(HostFxrInstallerStart)$(HostResolverVersionMoniker)$(InstallerExtension) - $(SharedFrameworkInstallerStart)$(ProductMoniker)$(InstallerExtension) - - - Microsoft .NET Core $(ProductionVersion) Microsoft .NET Core $(ProductionVersion) $(ReleaseBrandSuffix) $(ProductBrandPrefix) Host diff --git a/src/installer/publish/dir.targets b/src/installer/publish/dir.targets index d28c172..3862365 100644 --- a/src/installer/publish/dir.targets +++ b/src/installer/publish/dir.targets @@ -70,14 +70,14 @@ Text=" Missing parameters for debian publish." /> - + dotnet-host - - dotnet-hostfxr-$(HostResolverVersion.ToLower()) + + $([System.IO.Path]::GetFileNameWithoutExtension('$(HostFxrInstallerFile)')) - - dotnet-runtime-$(SharedFrameworkNugetVersion.ToLower()) + + $([System.IO.Path]::GetFileNameWithoutExtension('$(SharedFrameworkInstallerFile)'))