Add deployment metadata to maestro manifests (#7625)
This commit is contained in:
parent
cc62bcebfc
commit
bd41388fdd
|
|
@ -29,6 +29,7 @@
|
||||||
Artifacts="@(PackageToPublish)"
|
Artifacts="@(PackageToPublish)"
|
||||||
OutputPath="$(ManifestsPath)aspnetcore-$(TargetRuntimeIdentifier)-$(PackageVersion).xml"
|
OutputPath="$(ManifestsPath)aspnetcore-$(TargetRuntimeIdentifier)-$(PackageVersion).xml"
|
||||||
BuildId="$(PackageVersion)"
|
BuildId="$(PackageVersion)"
|
||||||
|
BuildData="Location=https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json"
|
||||||
RepoUri="$(BUILD_REPOSITORY_URI)"
|
RepoUri="$(BUILD_REPOSITORY_URI)"
|
||||||
RepoBranch="$(BUILD_SOURCEBRANCH)"
|
RepoBranch="$(BUILD_SOURCEBRANCH)"
|
||||||
RepoCommit="$(BUILD_SOURCEVERSION)" />
|
RepoCommit="$(BUILD_SOURCEVERSION)" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue