Skip to content

Commit

Permalink
Merge pull request #32 from HenselPhelps/master
Browse files Browse the repository at this point in the history
Add Query Timeout to ExecuteSql
  • Loading branch information
asiffermann authored Aug 13, 2018
2 parents 7ab3d23 + 8207b96 commit 976159a
Show file tree
Hide file tree
Showing 11 changed files with 406 additions and 396 deletions.
10 changes: 5 additions & 5 deletions Extension/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"id": "gl-vsts-tasks-azure",
"name": "Microsoft Azure Build and Release Tasks",
"version": "0.0.0",
"publisher": "geeklearningio",
"publisher": "geeklearningio",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
],
"description": "Build and publish your applications on Microsoft Azure using these Build and Release Management tasks.",
"categories": [
"Build and release"
],
"icons": {
"default": "extension-icon.png"
"default": "extension-icon.png"
},
"tags": [
"Azure",
Expand Down Expand Up @@ -60,7 +60,7 @@
"branding": {
"color": "#008B8B",
"theme": "dark"
},
},
"files": [
{
"path": "Tasks"
Expand All @@ -70,4 +70,4 @@
"addressable": true
}
]
}
}
Loading

0 comments on commit 976159a

Please sign in to comment.