File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
}
24
24
if(Test-Path -Path $path)
25
25
{
26
- Write-Verbose "reporoot detect at: ." -Verbose
26
+ Write-Verbose "reporoot detected at: ." -Verbose
27
27
$repoRoot = '.'
28
28
}
29
29
else{
51
51
$REPOROOT = $env:REPOROOT
52
52
53
53
if (-not (Test-Path $REPOROOT/tools/releaseBuild/setReleaseTag.ps1)) {
54
- if (( Test-Path "$REPOROOT/PowerShell/tools/releaseBuild/setReleaseTag.ps1") ) {
54
+ if (Test-Path "$REPOROOT/PowerShell/tools/releaseBuild/setReleaseTag.ps1") {
55
55
$REPOROOT = "$REPOROOT/PowerShell"
56
56
} else {
57
57
throw "Could not find setReleaseTag.ps1 in $REPOROOT/tools/releaseBuild or $REPOROOT/PowerShell/tools/releaseBuild"
72
72
ob_restore_phase : true # This ensures this done in restore phase to workaround signing issue
73
73
74
74
- powershell : |
75
- Get-ChildItem -Path env : | Out-String -width 9999 -Stream | write-Verbose -Verbose
75
+ Get-ChildItem -Path Env : | Out-String -Width 150
76
76
displayName : Capture environment
77
77
condition : succeededOrFailed()
78
78
env :
You can’t perform that action at this time.
0 commit comments