-
Notifications
You must be signed in to change notification settings - Fork 462
/
Copy pathlocalization.yml
55 lines (44 loc) · 1.15 KB
/
localization.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: $(date:yyyyMMdd)$(rev:.r)
trigger: none
pr: none
schedules:
- cron: 0 5 * * *
branches:
include:
- main
resources:
repositories:
- repository: self
type: git
ref: refs/heads/main
jobs:
- job:
displayName: Localization
timeoutInMinutes: 0
pool:
vmImage: windows-2022
steps:
- checkout: self
clean: true
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@1
displayName: TDBuild
inputs:
teamId: 46285
authId: $(TouchdownApplicationID)
authKey: $(TouchdownApplicationKey)
resourceFilePath: |
**\ProjectTemplates\**\Template.vstemplate;P:210
**\FrontendFrameworks\FrontendFrameworks.json
**\ProjectTypes\ProjectTypes.json
**\.template.config\localize\templatestrings.json
**\SharedResources\Resources.resx
outputDirectoryRoot: TDBuild
appendRelativeDir: true
pseudoSetting: Included
- powershell: 'tar czf TDBuild.tar.gz TDBuild'
displayName: Save TDBuild Output
- task: PublishBuildArtifacts@1
displayName: Publish Artifacts
inputs:
PathtoPublish: TDBuild.tar.gz
ArtifactName: TDBuild