1es-ify Localization pipeline by wtgodbe · Pull Request #60720 · dotnet/aspnetcore (original) (raw)
PR Overview
This PR modernizes the localization pipeline by updating the YAML configuration to use official 1ES pipeline templates and a dedicated repository for pipeline assets. Key changes include:
- Updating template references from the legacy paths to the official ones.
- Adding a resources section to reference the 1ES pipeline repository.
- Extending the pipeline with a new official pipeline template that specifies Windows pool settings.
Reviewed Changes
File | Description |
---|---|
.azure/pipelines/localization.yml | Updates to point to official 1ES templates and adds pipeline repository reference |
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
.azure/pipelines/localization.yml:28
- Verify that the '@self' repository reference is intended for the pool-providers template. Consider using the 1ES pipeline repository reference if consistency with the extended pipeline template is desired.
+- template: /eng/common/templates-official/variables/pool-providers.yml@self
.azure/pipelines/localization.yml:61
- Ensure that the use of '@self' for the onelocbuild job template is correct, as it may lead to inconsistent behavior if the intention was to pull from the 1ES pipeline repository.
+ - template: /eng/common/templates-official/job/onelocbuild.yml@self