mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -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:
|
variables:
|
||||||
skipComponentGovernanceDetection: true
|
skipComponentGovernanceDetection: true
|
||||||
steps:
|
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
|
displayName: Send resources to Touchdown Build
|
||||||
inputs:
|
inputs:
|
||||||
teamId: 86
|
teamId: 86
|
||||||
authId: bf6d44ca-3210-4cfa-833f-c79f164ea27b
|
TDBuildServiceConnection: EE-TDBuild-Localization
|
||||||
authKey: $(LocServiceKey)
|
|
||||||
isPreview: false
|
isPreview: false
|
||||||
relativePathRoot: src/Calculator/Resources/en-US/
|
relativePathRoot: src/Calculator/Resources/en-US/
|
||||||
resourceFilePath: '*.resw'
|
resourceFilePath: '*.resw'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue