dotnet / dotnet/arcade-services
PushToAzdoArtifact should use a new param ManifestRepoName instead of ManifestRepoUri
- Dominant language
- C#
- Stars
- 86
- Forks
- 86
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 35
Description
Migrated from https://github.com/dotnet/core-eng/issues/10704
@epananth wrote:
Task needs an arcade update so that we can use ManifestRepoName instead of ManifestRepoUri.
Right now in Publish.proj, ManifestRepoUri is pointing to RepositoryName. This can be a breaking change in many repos so we have to wait for arcade update so all the repos have ManifestRepoName param and then we can safely make the change.
For this a new param is added in the task ->
this is a breaking change for all the repos so it is better for all the repos to get the arcade update. Then we will change
ManifestRepoName
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.