From b4830c1eb2d4ff061f2c774faced608cf4f99ace Mon Sep 17 00:00:00 2001 From: ryfu-msft Date: Wed, 19 Jun 2024 21:22:10 -0700 Subject: [PATCH 1/2] update pipeline --- pipelines/azure-pipelines.loc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/azure-pipelines.loc.yml b/pipelines/azure-pipelines.loc.yml index 0ff73c5..70e04ac 100644 --- a/pipelines/azure-pipelines.loc.yml +++ b/pipelines/azure-pipelines.loc.yml @@ -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) + authId: FederatedIdentity + FederatedIdentityServiceConnection: WingetCreateTDBuild isPreview: false relativePathRoot: src\WingetCreateCLI\Properties resourceFilePath: "*.resx" From 727ffc817e19be7b082fcbb2c9da6499a6f03dbc Mon Sep 17 00:00:00 2001 From: ryfu-msft Date: Wed, 19 Jun 2024 23:28:13 -0700 Subject: [PATCH 2/2] use authType --- pipelines/azure-pipelines.loc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/azure-pipelines.loc.yml b/pipelines/azure-pipelines.loc.yml index 70e04ac..834c367 100644 --- a/pipelines/azure-pipelines.loc.yml +++ b/pipelines/azure-pipelines.loc.yml @@ -47,7 +47,7 @@ extends: displayName: Send resources to Touchdown Build inputs: teamId: 25160 - authId: FederatedIdentity + authType: FederatedIdentity FederatedIdentityServiceConnection: WingetCreateTDBuild isPreview: false relativePathRoot: src\WingetCreateCLI\Properties