Skip to content

Commit

Permalink
moved vss-extension.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Mar 10, 2019
1 parent 67c7a30 commit 3497823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
42 changes: 1 addition & 41 deletions PingTask/task.json
Original file line number Diff line number Diff line change
@@ -1,41 +1 @@
{
"id": "de956390-88d6-11e6-bc62-25a00b589add",
"name": "MyFirstPing",
"friendlyName": "Ping",
"description": "Pings a remote host",
"author": "Jesse Houwing",
"helpMarkDown": "Pings a remote host",
"category": "Utility",
"visibility": [
"Build",
"Release"
],
"demands": [ "ping" ],
"version": {
"Major": "0",
"Minor": "1",
"Patch": "2"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "Ping $(RemoteHost)",
"inputs": [
{
"defaultValue": "www.example.org",
"helpMarkdown": "Hostname or IP address to ping.",
"label": "Remote Host",
"name": "RemoteHost",
"required": true,
"type": "string"
}
],
"execution": {
"Node": {
"target": "ping.js",
"argumentFormat": ""
},
"PowerShell3": {
"target": "ping.ps1",
"argumentFormat": ""
}
}
}
{"id":"2d86ff54-eb37-519e-8247-c2f831dd5ca3","name":"MyFirstPing","friendlyName":"Ping","description":"Pings a remote host","author":"Jesse Houwing","helpMarkDown":"Pings a remote host","category":"Utility","visibility":["Build","Release"],"demands":["ping"],"version":{"Major":"0","Minor":"9","Patch":"10"},"minimumAgentVersion":"1.95.0","instanceNameFormat":"Ping $(RemoteHost)","inputs":[{"defaultValue":"www.example.org","helpMarkdown":"Hostname or IP address to ping.","label":"Remote Host","name":"RemoteHost","required":true,"type":"string"}],"execution":{"Node":{"target":"ping.js","argumentFormat":""},"PowerShell3":{"target":"ping.ps1","argumentFormat":""}}}
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"files": [
{
"path": "MultiPingTaskV1"
},
{
"path": "MultiPingTaskV2"
"path": "MultiPingTask"
}
],
"contributions": [
Expand Down

0 comments on commit 3497823

Please sign in to comment.