Skip to content

Commit

Permalink
Updated localization pipeline to use federated credentials (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft committed Jun 20, 2024
1 parent c804449 commit 3d54dab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/azure-pipelines.loc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ extends:
variables:
skipComponentGovernanceDetection: true
steps:
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@1
- task: TouchdownBuildTask@4
displayName: Send resources to Touchdown Build
inputs:
teamId: 25160
authId: cd9fc0c7-0aaa-461f-a098-6c97c3b1cfb1
authKey: $(LocServiceKey)
authType: FederatedIdentity
FederatedIdentityServiceConnection: WingetCreateTDBuild
isPreview: false
relativePathRoot: src\WingetCreateCLI\Properties
resourceFilePath: "*.resx"
Expand Down

0 comments on commit 3d54dab

Please sign in to comment.