Skip to content

Commit

Permalink
[netcore] Unique Asset Manifest filenames per branch
Browse files Browse the repository at this point in the history
Commit migrated from mono/mono@cae7795
  • Loading branch information
directhex committed May 3, 2019
1 parent de3b17d commit d0b1d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/publishwitharcade.proj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Error Condition=" '$(BUILD_SOURCEVERSION)' == '' " Text="BUILD_SOURCEVERSION must be set" />

<PropertyGroup>
<AssetManifestFilePath>$(ArtifactsLogDir)AssetManifest\$(OSIdentifier)-$(BuildArch)</AssetManifestFilePath>
<AssetManifestFilePath>$(ArtifactsLogDir)AssetManifest\$(AssetManifest)</AssetManifestFilePath>
</PropertyGroup>

<Message Importance="Low" Text="BUILD_REPOSITORY_URI: $(BUILD_REPOSITORY_URI)" />
Expand Down

0 comments on commit d0b1d34

Please sign in to comment.