Ensure build manifest has a consistent URI, despite what AzDO says (#7829)
This commit is contained in:
parent
2d9cba86fd
commit
8a0adf1cfc
|
|
@ -30,7 +30,7 @@
|
|||
OutputPath="$(ManifestsPath)aspnetcore-$(TargetRuntimeIdentifier)-$(PackageVersion).xml"
|
||||
BuildId="$(PackageVersion)"
|
||||
BuildData="Location=https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json"
|
||||
RepoUri="$(BUILD_REPOSITORY_URI)"
|
||||
RepoUri="$(RepositoryUrl)"
|
||||
RepoBranch="$(BUILD_SOURCEBRANCH)"
|
||||
RepoCommit="$(BUILD_SOURCEVERSION)" />
|
||||
</Target>
|
||||
|
|
|
|||
Loading…
Reference in New Issue