-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[DevOps] Rename the yaml-tempaltes resources to match the MAUI repo. #7533
Conversation
In an attempt to unify the build for all the SDKs we need to rename all the resources to use the same names. This change follows the pattern used by tehe MAUI repo. Partial fix for xamarin/sdk-insertions#39
@mandel-macaque Looks like this failed https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=6929520&view=results -- Some templates parameterized the yaml-templates resource name to deal with the fact that various repos used different names, those instances will also need to be updated (e.g. https://github.com/xamarin/xamarin-android/blob/main/build-tools/automation/azure-pipelines.yaml#L1454) |
@@ -11,7 +11,7 @@ pr: | |||
# External sources, scripts, tests, and yaml template files. | |||
resources: | |||
repositories: | |||
- repository: yaml | |||
- repository: xamarin-templates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are working to standardize this name across repos, should we use the repo name yaml-templates
everywhere instead of xamarin-templates
? I wonder if the latter name might get confused with https://github.com/xamarin/xamarin-templates.
This follow the changes in the other sdk repos: - macios: dotnet/macios#16618 - android: dotnet/android#7533 And it is a partial fix for xamarin/sdk-insertions#39
…1166) This follow the changes in the other sdk repos: - macios: dotnet/macios#16618 - android: dotnet/android#7533 And it is a partial fix for xamarin/sdk-insertions#39
In an attempt to unify the build for all the SDKs we need to rename all the resources to use the same names. This change follows the pattern used by tehe MAUI repo.
Partial fix for https://github.com/xamarin/sdk-insertions/issues/39