File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Import-Module $PSScriptRoot\lib\argument-parser.ps1
88
99# #####################SETTINGS#######################
1010
11- $TaskVersion = " 0 .0.21 " ; # Automatically Updated
11+ $TaskVersion = " 1 .0.1 " ; # Automatically Updated
1212Write-Host (" Detect for TFS Version {0}" -f $TaskVersion )
1313
1414# Support all TLS protocols.
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : " 1" ,
1515 "Minor" : " 0" ,
16- "Patch" : " 0 "
16+ "Patch" : " 1 "
1717 },
1818 "minimumAgentVersion" : " 1.95.0" ,
1919 "instanceNameFormat" : " Run Black Duck Detect for your build $(message)" ,
7272 "target" : " detect-task.ps1"
7373 }
7474 }
75- }
75+ }
Original file line number Diff line number Diff line change 11{
22 "manifestVersion" : 1 ,
33 "id" : " detect-for-tfs" ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "name" : " Black Duck Detect" ,
66 "publisher" : " black-duck-software" ,
77 "public" : true ,
157157 }
158158 }
159159 ]
160- }
160+ }
You can’t perform that action at this time.
0 commit comments