Skip to content

Commit

Permalink
Let user override build manifest publishing version (#5515)
Browse files Browse the repository at this point in the history
* Let user inform target publishing infra version

* fix yaml

* Revert "fix yaml"

This reverts commit d59cda4.

* revert tests
  • Loading branch information
JohnTortugo committed May 27, 2020
1 parent efb608d commit ae62fe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@
<ManifestBuildData Include="AzureDevOpsBranch=$(BUILD_SOURCEBRANCH)" />
</ItemGroup>

<!--
The user can set `PublishingVersion` via eng\Publishing.props
-->
<PushToAzureDevOpsArtifacts
ItemsToPush="@(ItemsToPushToBlobFeed)"
ManifestBuildData="@(ManifestBuildData)"
Expand All @@ -143,6 +146,7 @@
ManifestBuildId="$(BUILD_BUILDNUMBER)"
ManifestCommit="$(BUILD_SOURCEVERSION)"
IsStableBuild="$(IsStableBuild)"
PublishingVersion="$(PublishingVersion)"
AssetManifestPath="$(AssetManifestFilePath)" />

<!--
Expand Down

0 comments on commit ae62fe1

Please sign in to comment.