Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Pasindu Gunasekara 🍣 d22d0643b6 Merged PR 780840: Fix path in set-variable-pats.yml
- If we checkout multiple repos, then this task tries to resolve this path against $(Build.SourcesDirectory) instead of $(Build.SourcesDirectory)/BuildXL.Internal
2024-04-22 20:06:42 +00:00
Michael Pysson 23456174de Merged PR 780713: Unreference secret variable groups
These pipelines no longer need this variable group
2024-04-20 00:08:35 +00:00
Qi Wang 4a39d74d9d Merged PR 780206: Use system.accesstoken for mseng git pat
use system access token
2024-04-19 00:57:45 +00:00
Iman Narasamdya 18e99480c2 Merged PR 779944: Eradicate PAT uses in package consumption/publishing/promotion
Eradicate PAT uses in package consumption/publishing/promotion

Related work items: #2168961
2024-04-17 20:34:39 +00:00
Marcelo Lynch 🧉 f4d16df769 Merged PR 779656: Replace KeyVault PAT with System.AcessToken 2024-04-15 23:48:49 +00:00
Marcelo Lynch 🧉 4d0b6af400 Merged PR 779375: Revert to use mseng-buildcache in set-variable-pats.yml
Some builds started failing after replacing this, reverting this here to investigate further without builds being broken
2024-04-13 00:00:34 +00:00
Marcelo Lynch 🧉 069deccf8f Merged PR 779367: Replace usages of mseng-buildcache PAT with System.AccessToken
Removes all usages of PAT-TseBuild-AzureDevOps-mseng-buildcache
2024-04-12 23:10:15 +00:00
Marcelo Lynch 🧉 f76e0aded2 Merged PR 777594: Replace RunBxlWithPAT for reusable script in .azdo that uses task.setvariable instead of modifying the environment
The variables persist beyond the scope of the single task. This is useful to run RunBxlWithPAT in a pre-build task and then have the build task be exposed to these variables.

This change looks like a net negative on the surface (why replace a single script with two separate pieces?) but we need it to migrate the pipelines to 1ESPT using the BuildXL workflow, which will call BuildXL outside of any wrapping script
2024-04-04 19:57:46 +00:00