-
Notifications
You must be signed in to change notification settings - Fork 2.6k
/
Copy pathtask.loc.json
124 lines (124 loc) · 5.67 KB
/
task.loc.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"id": "8ce97e91-56cc-4743-bfab-9a9315be5f27",
"name": "FileTransform",
"friendlyName": "ms-resource:loc.friendlyName",
"description": "ms-resource:loc.description",
"author": "Microsoft Corporation",
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/file-transform",
"helpMarkDown": "ms-resource:loc.helpMarkDown",
"category": "Utility",
"visibility": [
"Build",
"Release"
],
"runsOn": [
"Agent",
"DeploymentGroup"
],
"version": {
"Major": 2,
"Minor": 249,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"groups": [
{
"name": "VariableSubstitution",
"displayName": "ms-resource:loc.group.displayName.VariableSubstitution",
"isExpanded": true
}
],
"inputs": [
{
"name": "folderPath",
"type": "filePath",
"label": "ms-resource:loc.input.label.folderPath",
"defaultValue": "$(System.DefaultWorkingDirectory)/**/*.zip",
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.folderPath"
},
{
"name": "enableXmlTransform",
"type": "boolean",
"label": "ms-resource:loc.input.label.enableXmlTransform",
"required": false,
"defaultValue": true,
"helpMarkDown": "ms-resource:loc.input.help.enableXmlTransform"
},
{
"name": "xmlTransformationRules",
"type": "multiLine",
"label": "ms-resource:loc.input.label.xmlTransformationRules",
"defaultValue": "-transform **\\*.Release.config -xml **\\*.config",
"required": false,
"helpMarkDown": "ms-resource:loc.input.help.xmlTransformationRules",
"visibleRule": "enableXmlTransform == true"
},
{
"name": "jsonTargetFiles",
"type": "multiLine",
"label": "ms-resource:loc.input.label.jsonTargetFiles",
"required": false,
"defaultValue": "",
"groupName": "VariableSubstitution",
"helpMarkDown": "ms-resource:loc.input.help.jsonTargetFiles"
},
{
"name": "xmlTargetFiles",
"type": "multiLine",
"label": "ms-resource:loc.input.label.xmlTargetFiles",
"required": false,
"defaultValue": "",
"groupName": "VariableSubstitution",
"helpMarkDown": "ms-resource:loc.input.help.xmlTargetFiles"
}
],
"execution": {
"Node10": {
"target": "filetransform.js",
"argumentFormat": ""
},
"Node16": {
"target": "filetransform.js",
"argumentFormat": ""
}
},
"messages": {
"JSONvariablesubstitutionappliedsuccessfully": "ms-resource:loc.messages.JSONvariablesubstitutionappliedsuccessfully",
"FailedToApplyJSONvariablesubstitution": "ms-resource:loc.messages.FailedToApplyJSONvariablesubstitution",
"FailedToApplyJSONvariablesubstitutionReason1": "ms-resource:loc.messages.FailedToApplyJSONvariablesubstitutionReason1",
"XMLvariablesubstitutionappliedsuccessfully": "ms-resource:loc.messages.XMLvariablesubstitutionappliedsuccessfully",
"FailedToApplyXMLvariablesubstitution": "ms-resource:loc.messages.FailedToApplyXMLvariablesubstitution",
"FailedToApplyXMLvariablesubstitutionReason1": "ms-resource:loc.messages.FailedToApplyXMLvariablesubstitutionReason1",
"XDTTransformationsappliedsuccessfully": "ms-resource:loc.messages.XDTTransformationsappliedsuccessfully",
"CannotPerformXdtTransformationOnNonWindowsPlatform": "ms-resource:loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform",
"XdtTransformationErrorWhileTransforming": "ms-resource:loc.messages.XdtTransformationErrorWhileTransforming",
"JSONParseError": "ms-resource:loc.messages.JSONParseError",
"NOJSONfilematchedwithspecificpattern": "ms-resource:loc.messages.NOJSONfilematchedwithspecificpattern",
"FailedToApplySpecialTransformation": "ms-resource:loc.messages.FailedToApplySpecialTransformation",
"FailedToApplySpecialTransformationReason1": "ms-resource:loc.messages.FailedToApplySpecialTransformationReason1",
"FailedToApplyTransformation": "ms-resource:loc.messages.FailedToApplyTransformation",
"MissingArgumentsforXMLTransformation": "ms-resource:loc.messages.MissingArgumentsforXMLTransformation",
"SubstitutingValueonKey": "ms-resource:loc.messages.SubstitutingValueonKey",
"SubstitutingValueonKeyWithNumber": "ms-resource:loc.messages.SubstitutingValueonKeyWithNumber",
"SubstitutingValueonKeyWithBoolean": "ms-resource:loc.messages.SubstitutingValueonKeyWithBoolean",
"SubstitutingValueonKeyWithObject": "ms-resource:loc.messages.SubstitutingValueonKeyWithObject",
"SubstitutingValueonKeyWithString": "ms-resource:loc.messages.SubstitutingValueonKeyWithString",
"JSONvariableSubstitution": "ms-resource:loc.messages.JSONvariableSubstitution",
"ApplyingXDTtransformation": "ms-resource:loc.messages.ApplyingXDTtransformation",
"SubstitutionForXmlNode": "ms-resource:loc.messages.SubstitutionForXmlNode",
"UpdatingKeyWithTokenValue": "ms-resource:loc.messages.UpdatingKeyWithTokenValue",
"SubstitutingConnectionStringValue": "ms-resource:loc.messages.SubstitutingConnectionStringValue",
"VariableSubstitutionInitiated": "ms-resource:loc.messages.VariableSubstitutionInitiated",
"ConfigFileUpdated": "ms-resource:loc.messages.ConfigFileUpdated",
"SkippedUpdatingFile": "ms-resource:loc.messages.SkippedUpdatingFile",
"FailedToApplyTransformationReason1": "ms-resource:loc.messages.FailedToApplyTransformationReason1",
"FailedToApplyTransformationReason2": "ms-resource:loc.messages.FailedToApplyTransformationReason2",
"FileTranformationNotEnabled": "ms-resource:loc.messages.FileTranformationNotEnabled"
},
"_buildConfigMapping": {
"Default": "2.249.0",
"Node20_229_3": "2.249.1"
}
}