Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from jainamanjain/users/amja/Bug1342132
Browse files Browse the repository at this point in the history
Unable to fetch version in `create a new release` if artifact was created using `Latest from default branch` for `default version` property
  • Loading branch information
onlyutkarsh authored Feb 23, 2019
2 parents 014c3c9 + db6b031 commit 55db93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
{
"name": "CommitsFromSelectedBranch",
"endpointUrl": "{{{endpoint.url}}}api/v4/projects/{{{definition}}}/repository/commits?ref_name={{{branch}}}",
"endpointUrl": "{{{endpoint.url}}}api/v4/projects/{{{definition}}}/repository/commits{{#if branch}}?ref_name={{{branch}}}",
"resultSelector": "jsonpath:$[*]"
},
{
Expand Down

0 comments on commit 55db93f

Please sign in to comment.