diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets index 08f6ecf3a8..33fc33992f 100644 --- a/build/RuntimeStoreInstaller.targets +++ b/build/RuntimeStoreInstaller.targets @@ -20,12 +20,12 @@ https://dotnetcli.blob.core.windows.net/dotnet $(KOREBUILD_DOTNET_FEED_UNCACHED) - $(PublicCoreFeedPrefix) + $(PublicCoreFeedPrefix) $(PublicCoreFeedPrefix)/aspnetcore/store/2.0.0-26452/Build.RS. $(CoreFeedPrefix)/Runtime/$(MicrosoftNETCoreApp20PackageVersion)/dotnet-runtime-$(MicrosoftNETCoreApp20PackageVersion)-linux-x64.tar.gz - $(_TimestampRSSource)aspnetcore-store-$(PackageVersion)-linux-x64.tar.gz - $(_TimestampFreeRSSource)aspnetcore-store-$(PackageVersionNoTimestamp)- + $(_TimestampRSSource)aspnetcore-store-2.0.3-rtm-125-linux-x64.tar.gz + $(_TimestampFreeRSSource)aspnetcore-store-2.0.3- $(TimestampFreeRSArchivePrefix)linux-x64.tar.gz @@ -47,7 +47,7 @@ - + Condition="!Exists('$(TimestampFreeRSArchivePrefix)win7-x86.zip')" /> --> @@ -71,7 +71,7 @@ MSBuild doesn't to the substitution correctly because the string contains %, so we'll let bash do it instead. --> - + @@ -307,14 +307,14 @@ 2.0.0 - - $(PackageVersion) + + 2.0.3-rtm-125 $(MicrosoftNETCoreApp20PackageVersion) - - $(PackageVersionNoTimestamp) + + 2.0.3 $(MicrosoftNETCoreApp20PackageVersion) @@ -368,18 +368,18 @@ - + - + - + - + @@ -409,6 +409,7 @@ + @@ -461,22 +462,22 @@ - + Properties="$(CommonRSArguments);RSArchive=$(TimestampFreeLinuxRSArchive);DebVersion=$(PackageVersionNoTimestamp)" /> --> + Properties="$(CommonHostingArguments);DebVersion=$(Version);StoreVersion=2.0.3-rtm-125" /> + Properties="$(CommonHostingArguments);DebVersion=$(PackageVersionNoTimestamp);StoreVersion=2.0.3" /> diff --git a/build/tools/packaging/hosting_debian_config.json b/build/tools/packaging/hosting_debian_config.json index 92c825e901..8159b4e25f 100644 --- a/build/tools/packaging/hosting_debian_config.json +++ b/build/tools/packaging/hosting_debian_config.json @@ -30,6 +30,6 @@ "debian_dependencies": { "dotnet-runtime-DOTNET_VERSION": {}, - "aspnetcore-store-DEB_VERSION": {} + "aspnetcore-store-STORE_VERSION": {} } } \ No newline at end of file diff --git a/version.props b/version.props index 9cccb9ea3e..ca922dba5c 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,6 @@ - 2.0.3 + 2.0.4 rtm $(VersionPrefix) $(VersionPrefix)