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

Commit

Permalink
Unblock p9 builds by having correct extension on manifests (#26295)
Browse files Browse the repository at this point in the history
The manifests should have a .xml extension
  • Loading branch information
mmitche committed Aug 21, 2019
1 parent cff8ef4 commit 5700445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publishwitharcade.proj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


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

0 comments on commit 5700445

Please sign in to comment.