Skip to content

Commit

Permalink
[ci] Upgrade OneLocBuild to version 3 (#9550)
Browse files Browse the repository at this point in the history
A new version of the OneLocBuild task is now available which includes
various SFI related fixes.
  • Loading branch information
pjcollins authored Nov 22, 2024
1 parent 6394773 commit 832a4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/automation/onelocbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
$token = az account get-access-token --query accessToken --resource 499b84ac-1321-427f-aa17-267ca6975798 -o tsv
Write-Host "##vso[task.setvariable variable=AzDO.OneLocBuildToken;issecret=true]${token}"
- task: OneLocBuild@2
- task: OneLocBuild@3
displayName: OneLocBuild
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
Expand Down

0 comments on commit 832a4f1

Please sign in to comment.