Skip to content

Commit 52c63a1

Browse files
committed
Undo controbution rename
1 parent 244ca79 commit 52c63a1

File tree

81 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+6
-6
lines changed

vss-extension.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292
},
9393
"files": [
9494
{
95-
"path": "variable-set/"
95+
"path": "vsts-variable-set/"
9696
},
9797
{
98-
"path": "variable-expand/"
98+
"path": "vsts-variable-expand/"
9999
},
100100
{
101-
"path": "variable-transform/"
101+
"path": "vsts-variable-transform/"
102102
}
103103
],
104104
"contributions": [
@@ -109,7 +109,7 @@
109109
"ms.vss-distributed-task.tasks"
110110
],
111111
"properties": {
112-
"name": "variable-transform"
112+
"name": "vsts-variable-transform"
113113
}
114114
},
115115
{
@@ -119,7 +119,7 @@
119119
"ms.vss-distributed-task.tasks"
120120
],
121121
"properties": {
122-
"name": "variable-expand"
122+
"name": "vsts-variable-expand"
123123
}
124124
},
125125
{
@@ -129,7 +129,7 @@
129129
"ms.vss-distributed-task.tasks"
130130
],
131131
"properties": {
132-
"name": "variable-set"
132+
"name": "vsts-variable-set"
133133
}
134134
}
135135
]
File renamed without changes.

0 commit comments

Comments
 (0)