From 07d014ab324719bd0f7aea734f1842d55f08d797 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 14 Dec 2017 16:10:08 -0800 Subject: [PATCH] January patch fixes --- build/RuntimeStore.targets | 41 +++++++++++++++++-- build/RuntimeStoreInstaller.targets | 9 ++-- .../tools/packaging/store_debian_config.json | 2 +- .../HostingStartup/HostingStartup.csproj | 11 +++++ version.props | 1 + 5 files changed, 55 insertions(+), 9 deletions(-) diff --git a/build/RuntimeStore.targets b/build/RuntimeStore.targets index 876dccc6ee..b99613bebf 100644 --- a/build/RuntimeStore.targets +++ b/build/RuntimeStore.targets @@ -148,7 +148,40 @@ Properties="$(_ComposeStoreProps)" /> + + + $(_WorkRoot)HostingStartup\ + <_HostingStartupProps>DepsOutputPath=$(_DepsOutputDirectory) + <_HostingStartupProps>$(_HostingStartupProps);DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath) + <_HostingStartupProps>$(_HostingStartupProps);RuntimeFrameworkVersion=$(MicrosoftNETCoreApp20PackageVersion) + <_HostingStartupProps>$(_HostingStartupProps);HostingStartupPackageName=$(HostingStartupPackageName) + <_HostingStartupProps>$(_HostingStartupProps);HostingStartupPackageVersion=$(HostingStartupPackageVersion) + + + + + + + + + + + + + + + + + + + + + - - + diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets index 315cde6a0c..c55fb09c65 100644 --- a/build/RuntimeStoreInstaller.targets +++ b/build/RuntimeStoreInstaller.targets @@ -304,8 +304,8 @@ - - 2.0.0 + + $(RuntimeStoreInstallerDependencyVersion) $(PackageVersion) @@ -409,6 +409,7 @@ + @@ -464,11 +465,11 @@ + Properties="$(CommonRSArguments);RSArchive=$(TimestampRSArchive);DebVersion=$(Version);RsDepVersion=$(RuntimeStoreInstallerDependencyVersion)" /> + Properties="$(CommonRSArguments);RSArchive=$(TimestampFreeLinuxRSArchive);DebVersion=$(PackageVersionNoTimestamp);RsDepVersion=$(RuntimeStoreInstallerDependencyVersion)" /> + + netcoreapp2.0 Exe + $(DotNetRestoreSources) + + $(RestoreSources); + https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; + + + $(RestoreSources); + https://api.nuget.org/v3/index.json; + diff --git a/version.props b/version.props index bc7193fb8e..1b4a62e7b2 100644 --- a/version.props +++ b/version.props @@ -1,5 +1,6 @@ + 2.0.3 2.0.5 rtm $(VersionPrefix)