Skip to content

Commit

Permalink
fix(azure-devops): add support for teamid
Browse files Browse the repository at this point in the history
Due to changes in azure devops' routing, a workspace is required now to
be redirected to the correct screen
  • Loading branch information
YaMoef committed Oct 11, 2024
1 parent a63f6d1 commit 3303e85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/azure-devops/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"id": "azure-devops",
"name": "Azure DevOps",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"aliases": [
"azdo"
],
"config": {
"serviceURL": "https://dev.azure.com/"
"serviceURL": "https://dev.azure.com/{teamId}",
"hasTeamId": true,
"urlInputPrefix": "dev.azure.com/"
}
}

0 comments on commit 3303e85

Please sign in to comment.