disambiguate by architecture
This commit is contained in:
parent
70b5e0eaaa
commit
72241ceddf
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<!-- Because we may be building in a container, we should use an asset manifest file path
|
||||
that exists in the container. Disambiguate the manifests via RID -->
|
||||
that exists in the container. Disambiguate the manifests via RID and architecture -->
|
||||
<AssetManifestFileName>$(OS)-$(PlatformName)</AssetManifestFileName>
|
||||
<AssetManifestFileName Condition="'$(Rid)' != ''">$(AssetManifestFileName)-$(Rid)</AssetManifestFileName>
|
||||
<AssetManifestFileName Condition="'$(Architecture)' != ''">$(AssetManifestFileName)-$(Architecture)</AssetManifestFileName>
|
||||
<ChecksumsAssetManifestFileName>$(AssetManifestFileName)-checksums</ChecksumsAssetManifestFileName>
|
||||
<!-- Property AssetManifestFilePath will be reassigned by the Arcade SDK, so use a different name (DotNetAssetManifestFilePath) -->
|
||||
<DotNetAssetManifestFilePath>$(ArtifactsLogDir)AssetManifest\$(AssetManifestFileName).xml</DotNetAssetManifestFilePath>
|
||||
|
|
Loading…
Reference in a new issue