File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
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 = " 1.1.0 " ; # Automatically Updated
11+ $TaskVersion = " 1.1.1 " ; # Automatically Updated
1212Write-Host (" Detect for TFS Version {0}" -f $TaskVersion )
1313
1414# Support all TLS protocols.
@@ -62,6 +62,8 @@ Write-Host "Setting detect environment variables"
6262$Env: DETECT_EXIT_CODE_PASSTHRU = " 1" # Prevent detect from exiting the session.
6363$Env: DETECT_JAR_PATH = $DetectFolder
6464$Env: DETECT_LATEST_RELEASE_VERSION = $DetectVersion
65+ Write-Host " Setting detect source path to build directory"
66+ $Env: DETECT_SOURCE_PATH = $env: BUILD_SOURCESDIRECTORY
6567
6668if ([string ]::IsNullOrEmpty($Service )){
6769 Write-Host (" No service selected." );
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : " 1" ,
1515 "Minor" : " 1" ,
16- "Patch" : " 0 "
16+ "Patch" : " 1 "
1717 },
1818 "minimumAgentVersion" : " 1.95.0" ,
1919 "instanceNameFormat" : " Run Black Duck Detect for your build $(message)" ,
Original file line number Diff line number Diff line change 11{
22 "manifestVersion" : 1 ,
33 "id" : " detect-for-tfs" ,
4- "version" : " 1.1.0 " ,
4+ "version" : " 1.1.1 " ,
55 "name" : " Black Duck Detect" ,
66 "publisher" : " black-duck-software" ,
77 "public" : true ,
You can’t perform that action at this time.
0 commit comments