Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Oct 3, 2016
1 parent 67fb477 commit 50a1a7b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 11 deletions.
Binary file modified PingTask/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions PingTask/ping.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PingTask/ping.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions PingTask/ping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ async function run() {
}
else
{
tl._writeLine("Result:"+ match[0])
let percentage: number = +match[0];
tl._writeLine("Percentage: " + percentage)
if (percentage == 100)
{
tl.setResult(tl.TaskResult.Failed, "100% Loss");
Expand Down
2 changes: 1 addition & 1 deletion PingTask/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": "0",
"Minor": "1",
"Patch": "0"
"Patch": "2"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "Ping $(RemoteHost)",
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed jessehouwing.jessehouwing-vsts-ping-task-0.0.0.vsix
Binary file not shown.
9 changes: 5 additions & 4 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
"manifestVersion": 1,
"id": "jessehouwing-vsts-ping-task",
"name": "Ping Task",
"version": "0.0.0",
"version": "0.1.2",
"publisher": "jessehouwing",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"public": false,
"scope": [
"vso.build"
],
"description": "Task to help you set those pesky MsBuild Properties.",
"description": "Simple task that pings a remote host.",
"categories": [
"Build and release"
],
Expand All @@ -23,7 +24,7 @@
],
"screenshots": [
{
"path": "PingTask/icon.png"
"path": "icon.png"
}
],
"content": {
Expand All @@ -35,7 +36,7 @@
"theme": "dark"
},
"icons": {
"default": "PingTask/icon.png"
"default": "icon.png"
},
"files": [
{
Expand Down

0 comments on commit 50a1a7b

Please sign in to comment.