Skip to content

Commit

Permalink
Updated ducky icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
BDS-AD\jpiscitelli committed Feb 9, 2018
1 parent 341c159 commit 1792e5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified images/bds_ducky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tasks/detect-task/detect-task.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Import-Module $PSScriptRoot\lib\argument-parser.ps1

######################SETTINGS#######################

$TaskVersion = "0.0.21"; #Automatically Updated
$TaskVersion = "1.0.1"; #Automatically Updated
Write-Host ("Detect for TFS Version {0}" -f $TaskVersion)

#Support all TLS protocols.
Expand Down
4 changes: 2 additions & 2 deletions tasks/detect-task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "0",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "Run Black Duck Detect for your build $(message)",
Expand Down Expand Up @@ -72,4 +72,4 @@
"target": "detect-task.ps1"
}
}
}
}
4 changes: 2 additions & 2 deletions vsts-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "detect-for-tfs",
"version": "1.0.0",
"version": "1.0.1",
"name": "Black Duck Detect",
"publisher": "black-duck-software",
"public": true,
Expand Down Expand Up @@ -157,4 +157,4 @@
}
}
]
}
}

0 comments on commit 1792e5f

Please sign in to comment.