Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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