diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets index f615133e54..8cb848ca85 100644 --- a/build/RuntimeStoreInstaller.targets +++ b/build/RuntimeStoreInstaller.targets @@ -11,7 +11,7 @@ <_WorkLayoutDir>$(_WorkRoot).l\ <_WorkOutputDir>$(_WorkRoot).o\ <_DockerRootDirectory>/opt/code/ - $(ArtifactsDir)installers\ + <_InstallersOutputDir>$(ArtifactsDir)installers\ aspnetcore-store dotnet-hosting @@ -26,10 +26,10 @@ $(_TimestampFreeRSSource)aspnetcore-store-$(PackageVersionNoTimestamp)-linux-x64.tar.gz - + - + @@ -67,7 +67,7 @@ - + @@ -127,8 +127,10 @@ + $(MaintainerName) <$(MaintainerEmail)> + $(RPMSummary.Replace('DEB_VERSION','$(RPMVersion)')) @@ -353,7 +355,7 @@ + + + + + + + + + + + + + diff --git a/build/tools/packaging/hosting_debian_config.json b/build/tools/packaging/hosting_debian_config.json index cfdd83e74a..92c825e901 100644 --- a/build/tools/packaging/hosting_debian_config.json +++ b/build/tools/packaging/hosting_debian_config.json @@ -6,7 +6,7 @@ "install_root": "/usr/share/dotnet", "short_description": "Microsoft .NET Core DEB_VERSION Linux Server Hosting", - "long_description": "Microsoft .NET Core DEB_VERSION Linux Server Hosting enables hosting of ASP.NET Core applications and contains the ASP.NET Core Runtime Package Store and .NET Core Runtime. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/aspnet/home). We happily accept issues and PRs.", + "long_description": "Microsoft .NET Core Linux Server Hosting enables hosting of ASP.NET Core applications and contains the ASP.NET Core Runtime Package Store and .NET Core Runtime. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/aspnet/home). We happily accept issues and PRs.", "homepage": "https://www.asp.net/", "release":{