Change in ASP .Net Core Runtime blob storage ZIP file naming convention.

This commit is contained in:
John Beisner 2017-04-28 10:21:35 -07:00
parent 1df11c3918
commit 68487f775b
2 changed files with 2 additions and 4 deletions

View file

@ -34,8 +34,8 @@
<AspNetCoreRuntimeInstallerBlobRootUrl>$(CoreSetupBlobRootUrl)aspnetcore/store</AspNetCoreRuntimeInstallerBlobRootUrl>
<!-- Examples: Build.RS.linux-preview1.zip Build.RS.winx86-preview1.zip AspNetCorePackageStoreLibx64.wixlib -->
<AspNetCoreRuntimeInstallerArchiveFileName>Build.RS.$(OSName)-$(AspNetCoreRuntimeFileNameVersionToken).zip</AspNetCoreRuntimeInstallerArchiveFileName>
<AspNetCoreRuntimeInstallerArchiveFileName Condition=" '$(OSName)' == 'win' ">Build.RS.$(OSName)$(Architecture)-$(AspNetCoreRuntimeFileNameVersionToken).zip</AspNetCoreRuntimeInstallerArchiveFileName>
<AspNetCoreRuntimeInstallerArchiveFileName>Build.RS.$(OSName).zip</AspNetCoreRuntimeInstallerArchiveFileName>
<AspNetCoreRuntimeInstallerArchiveFileName Condition=" '$(OSName)' == 'win' ">Build.RS.$(OSName)$(Architecture).zip</AspNetCoreRuntimeInstallerArchiveFileName>
<AspNetCoreRuntimeInstallerWixLibFileName Condition=" '$(OSName)' == 'win' ">AspNetCorePackageStoreLib$(Architecture).wixlib</AspNetCoreRuntimeInstallerWixLibFileName>
<AspNetCoreRuntimeInstallerArchiveFile>$(PackagesDirectory)/$(AspNetCoreRuntimeInstallerArchiveFileName)</AspNetCoreRuntimeInstallerArchiveFile>

View file

@ -18,8 +18,6 @@
<DependencyModelVersion>2.0.0-preview1-002101</DependencyModelVersion>
<CliCommandLineParserVersion>0.1.0-alpha-142</CliCommandLineParserVersion>
<AspNetCoreRuntimeVersion>2.0.0-preview1-34</AspNetCoreRuntimeVersion>
<AspNetCoreRuntimeFileNameVersionToken>preview1</AspNetCoreRuntimeFileNameVersionToken>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->