This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3131 </PropertyGroup >
3232
3333 <PropertyGroup >
34- <AspNetCoreRuntimeInstallerBlobRootUrl >$(CoreSetupBlobRootUrl)aspnetcore/store/$(AspNetCoreRuntimeVersion)-$(AspNetCoreCoherenceTimestamp )</AspNetCoreRuntimeInstallerBlobRootUrl >
34+ <AspNetCoreRuntimeInstallerBlobRootUrl >$(CoreSetupBlobRootUrl)aspnetcore/store/$(AspNetCoreRuntimeAzureblobStoresSubfolderName )</AspNetCoreRuntimeInstallerBlobRootUrl >
3535 <AspNetCoreSharedRuntimeVersionFileName >runtime.version</AspNetCoreSharedRuntimeVersionFileName >
3636 <AspNetCoreSharedRuntimeVersionFile Condition =" '$(AspNetCoreSharedRuntimeVersionFileName)' != '' " >$(PackagesDirectory)/$(AspNetCoreSharedRuntimeVersionFileName)</AspNetCoreSharedRuntimeVersionFile >
3737
4141 <AspNetCoreRuntimeInstallerArchiveFileNameOSToken Condition =" '$(AspNetCoreRuntimeInstallerArchiveFileNameOSToken)' == '' " >linux</AspNetCoreRuntimeInstallerArchiveFileNameOSToken >
4242
4343 <AspNetCoreRuntimeStoreSuffix Condition =" '$(AspNetCoreRuntimePackageFlavor)' != 'notimestamp'" >-$(AspNetCoreCoherenceTimestamp)</AspNetCoreRuntimeStoreSuffix >
44- <AspNetCoreRuntimeInstallerArchiveSuffix Condition =" '$(AspNetCoreRuntimeStoreSuffix)' != ''" >-$(AspNetCoherenceLabel )$(AspNetCoreRuntimeStoreSuffix)</AspNetCoreRuntimeInstallerArchiveSuffix >
44+ <AspNetCoreRuntimeInstallerArchiveSuffix Condition =" '$(AspNetCoreRuntimeStoreSuffix)' != ''" >-$(AspNetCoreRelease )$(AspNetCoreRuntimeStoreSuffix)</AspNetCoreRuntimeInstallerArchiveSuffix >
4545 <AspNetCoreRuntimeInstallerArchiveFileName >Build.RS.$(AspNetCoreRuntimeInstallerArchiveFileNameOSToken)$(AspNetCoreRuntimeInstallerArchiveSuffix)$(ArchiveExtension)</AspNetCoreRuntimeInstallerArchiveFileName >
4646 <AspNetCoreRuntimeInstallerArchiveFile >$(PackagesDirectory)/$(AspNetCoreRuntimeInstallerArchiveFileName)</AspNetCoreRuntimeInstallerArchiveFile >
4747
Original file line number Diff line number Diff line change 3535
3636 <!-- This should either be timestamped or notimestamp as appropriate -->
3737 <AspNetCoreRuntimePackageFlavor >timestamped</AspNetCoreRuntimePackageFlavor >
38- <AspNetCoreRuntimeVersion >2.0.0</AspNetCoreRuntimeVersion >
39- <AspNetCoherenceLabel >rtm</AspNetCoherenceLabel >
38+ <!-- BranchName and AspNetCoreVersion will not always be the same-->
39+ <AspNetCoreBranchName >2.0.0</AspNetCoreBranchName >
40+ <AspNetCoreRelease >rtm</AspNetCoreRelease >
41+ <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
4042 <AspNetCoreCoherenceTimestamp >26239</AspNetCoreCoherenceTimestamp >
4143
44+ <AspNetCoreRuntimePackageBrandName >aspnetcore-store</AspNetCoreRuntimePackageBrandName >
45+ <AspNetCoreVersionAndRelease >$(AspNetCoreVersion)-$(AspNetCoreRelease)</AspNetCoreVersionAndRelease >
46+ <AspNetCoreRuntimeAzureblobStoresSubfolderName >$(AspNetCoreBranchName)-$(AspNetCoreCoherenceTimestamp)</AspNetCoreRuntimeAzureblobStoresSubfolderName >
4247 </PropertyGroup >
4348
4449 <!-- infrastructure and test only dependencies -->
You can’t perform that action at this time.
0 commit comments