mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 18:47:04 -07:00
Migrate Loc pipelines to TDBuildAzureDevOpsTask V2 (#2163)
* use v2 * fix warning * fix
This commit is contained in:
parent
46c2857c34
commit
80fafa0946
1 changed files with 5 additions and 3 deletions
|
@ -27,12 +27,14 @@ jobs:
|
|||
variables:
|
||||
skipComponentGovernanceDetection: true
|
||||
steps:
|
||||
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@1
|
||||
- checkout: self
|
||||
clean: true
|
||||
|
||||
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@2
|
||||
displayName: Send resources to Touchdown Build
|
||||
inputs:
|
||||
teamId: 86
|
||||
authId: bf6d44ca-3210-4cfa-833f-c79f164ea27b
|
||||
authKey: $(LocServiceKey)
|
||||
TDBuildServiceConnection: EE-TDBuild-Localization
|
||||
isPreview: false
|
||||
relativePathRoot: src/Calculator/Resources/en-US/
|
||||
resourceFilePath: '*.resw'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue