Fix the latest version pointer file in the blob store
This commit is contained in:
parent
b6118fd4dc
commit
fde11611f8
|
|
@ -6,7 +6,7 @@
|
||||||
<!-- This file is used by the dotnet/cli to determine if our shared framework aligns with the version they pull. -->
|
<!-- This file is used by the dotnet/cli to determine if our shared framework aligns with the version they pull. -->
|
||||||
<BaseRuntimeVersionFileName>aspnetcore_base_runtime.version</BaseRuntimeVersionFileName>
|
<BaseRuntimeVersionFileName>aspnetcore_base_runtime.version</BaseRuntimeVersionFileName>
|
||||||
<BaseRuntimeVersionFile>$(IntermediateDir)$(BaseRuntimeVersionFileName)</BaseRuntimeVersionFile>
|
<BaseRuntimeVersionFile>$(IntermediateDir)$(BaseRuntimeVersionFileName)</BaseRuntimeVersionFile>
|
||||||
<LatestRuntimeVersionFileName>latest.aspnetcore.version</LatestRuntimeVersionFileName>
|
<LatestRuntimeVersionFileName>latest.version</LatestRuntimeVersionFileName>
|
||||||
<LatestRuntimeVersionFile>$(IntermediateDir)$(LatestRuntimeVersionFileName)</LatestRuntimeVersionFile>
|
<LatestRuntimeVersionFile>$(IntermediateDir)$(LatestRuntimeVersionFileName)</LatestRuntimeVersionFile>
|
||||||
|
|
||||||
<PublishDependsOn>
|
<PublishDependsOn>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue