1010 "version" : {
1111 "Major" : 1 ,
1212 "Minor" : 179 ,
13- "Patch" : 0
13+ "Patch" : 1
1414 },
1515 "runsOn" : [
1616 " Agent" ,
9696 "helpMarkDown" : " ms-resource:loc.input.help.customFeed" ,
9797 "type" : " pickList" ,
9898 "visibleRule" : " customRegistry = useFeed" ,
99- "required" : true
99+ "required" : true ,
100+ "properties" : {
101+ "EditableOptions" : " True"
102+ }
100103 },
101104 {
102105 "groupName" : " customRegistries" ,
128131 "helpMarkDown" : " ms-resource:loc.input.help.publishFeed" ,
129132 "type" : " pickList" ,
130133 "visibleRule" : " publishRegistry = useFeed" ,
131- "required" : true
134+ "required" : true ,
135+ "properties" : {
136+ "EditableOptions" : " True"
137+ }
132138 },
133139 {
134140 "name" : " publishPackageMetadata" ,
153159 {
154160 "target" : " customFeed" ,
155161 "endpointId" : " tfs:feed" ,
156- "endpointUrl" : " {{endpoint.url}}/_apis/packaging/feeds" ,
162+ "endpointUrl" : " {{endpoint.url}}/_apis/packaging/feeds?includeUrls=False " ,
157163 "resultSelector" : " jsonpath:$.value[*]" ,
158164 "resultTemplate" : " { \" Value\" : \" {{#if project}}{{{project.id}}}\\ /{{/if}}{{{id}}}\" , \" DisplayValue\" : \" {{{name}}}\" }"
159165 },
160166 {
161167 "target" : " publishFeed" ,
162168 "endpointId" : " tfs:feed" ,
163- "endpointUrl" : " {{endpoint.url}}/_apis/packaging/feeds" ,
169+ "endpointUrl" : " {{endpoint.url}}/_apis/packaging/feeds?includeUrls=False " ,
164170 "resultSelector" : " jsonpath:$.value[*]" ,
165171 "resultTemplate" : " { \" Value\" : \" {{#if project}}{{{project.id}}}\\ /{{/if}}{{{id}}}\" , \" DisplayValue\" : \" {{{name}}}\" }"
166172 }
197203 "WorkingDirectoryNotDirectory" : " ms-resource:loc.messages.WorkingDirectoryNotDirectory" ,
198204 "NGCommon_AreaNotFoundInSps" : " ms-resource:loc.messages.NGCommon_AreaNotFoundInSps"
199205 }
200- }
206+ }
0 commit comments