Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5700445

Browse files
authored
Unblock p9 builds by having correct extension on manifests (#26295)
The manifests should have a .xml extension
1 parent cff8ef4 commit 5700445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/publishwitharcade.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848

4949
<PropertyGroup>
50-
<AssetManifestFilePath>$(ArtifactsLogDir)AssetManifest\$(OSIdentifier)-$(BuildArch)</AssetManifestFilePath>
50+
<AssetManifestFilePath>$(ArtifactsLogDir)AssetManifest\$(OSIdentifier)-$(BuildArch).xml</AssetManifestFilePath>
5151
<!-- Work around an issue where the repo URI is different on
5252
OSX, causing the manifests to have different headers, which
5353
makes publishing to BAR fail later when it tries to merge

0 commit comments

Comments
 (0)