Skip to content

Commit

Permalink
fix(task.json): change jsonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloavf committed Mar 20, 2018
1 parent c989d17 commit 9cd4d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/GithubReleasePublish/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@
"target": "githubRepository",
"endpoint":
"/$(system.teamProject)/_apis/sourceProviders/GitHub/repositories?serviceEndpointId=$(githubEndpoint)",
"selector": "jsonpath:$.value[*].id",
"keySelector": "jsonpath:$.value[*].id",
"selector": "jsonpath:$.repositories[*].id",
"keySelector": "jsonpath:$.repositories[*].id",
"authKey": "tfs:teamfoundation"
}
],
Expand Down

0 comments on commit 9cd4d3d

Please sign in to comment.