Skip to content

Commit

Permalink
Merge pull request dotnet/corefx#34658 from chcosta/addlocation
Browse files Browse the repository at this point in the history
Add Location info to asset manifest

Commit migrated from dotnet/corefx@d8c2004
  • Loading branch information
mmitche authored Jan 18, 2019
2 parents 13b43c3 + 09e13c9 commit 8bb2f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/libraries/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
-warnaserror:0 -ci
/t:PublishPackagesToBlobFeed
/p:ManifestBuildId=$(Build.BuildNumber)
/p:ManifestBuildData=Location=$(_dotnetFeedUrl)
/p:ManifestBranch=$(Build.SourceBranchName)
/p:ManifestCommit=$(Build.SourceVersion)
/p:ManifestRepoUri=$(Build.Repository.Uri)
Expand Down

0 comments on commit 8bb2f71

Please sign in to comment.