Skip to content

Commit 3d54dab

Browse files
authored
Updated localization pipeline to use federated credentials (#535)
1 parent c804449 commit 3d54dab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipelines/azure-pipelines.loc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ extends:
4343
variables:
4444
skipComponentGovernanceDetection: true
4545
steps:
46-
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@1
46+
- task: TouchdownBuildTask@4
4747
displayName: Send resources to Touchdown Build
4848
inputs:
4949
teamId: 25160
50-
authId: cd9fc0c7-0aaa-461f-a098-6c97c3b1cfb1
51-
authKey: $(LocServiceKey)
50+
authType: FederatedIdentity
51+
FederatedIdentityServiceConnection: WingetCreateTDBuild
5252
isPreview: false
5353
relativePathRoot: src\WingetCreateCLI\Properties
5454
resourceFilePath: "*.resx"

0 commit comments

Comments
 (0)