Skip to content

Commit

Permalink
Merged PR 771411: Pin CredentialProvider version to avoid breaking ch…
Browse files Browse the repository at this point in the history
…ange

We are affected by a change in the JSON libraries of the credential provider - microsoft/artifacts-credprovider#484

Related work items: #2156510
  • Loading branch information
marcelolynch committed Mar 6, 2024
1 parent b6ef183 commit f615efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Shared/Scripts/Init.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ REM *********************************
)

REM Install latest Azure Artifacts Credentials Provider (https://github.com/microsoft/artifacts-credprovider)
powershell -NoProfile -Command "iex ""& { $(irm https://aka.ms/install-artifacts-credprovider.ps1) } -AddNetfx"""
REM [maly - Mar 03 2024] Note: not the latest, we're pinning the version to 1.0.9 after a breaking change - See work item #2156510
powershell -NoProfile -Command "iex ""& { $(irm https://aka.ms/install-artifacts-credprovider.ps1) } -AddNetfx -Version 1.0.9 -Force"""

set _BUILDXL_BOOTSTRAP_OUT=%ENLISTMENTROOT%\Out\BootStrap

Expand Down

0 comments on commit f615efd

Please sign in to comment.