We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c804449 commit 3d54dabCopy full SHA for 3d54dab
pipelines/azure-pipelines.loc.yml
@@ -43,12 +43,12 @@ extends:
43
variables:
44
skipComponentGovernanceDetection: true
45
steps:
46
- - task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@1
+ - task: TouchdownBuildTask@4
47
displayName: Send resources to Touchdown Build
48
inputs:
49
teamId: 25160
50
- authId: cd9fc0c7-0aaa-461f-a098-6c97c3b1cfb1
51
- authKey: $(LocServiceKey)
+ authType: FederatedIdentity
+ FederatedIdentityServiceConnection: WingetCreateTDBuild
52
isPreview: false
53
relativePathRoot: src\WingetCreateCLI\Properties
54
resourceFilePath: "*.resx"
0 commit comments