Skip to content

Commit fadc0d3

Browse files
committed
Try to figure out build script issue
1 parent 13fa5b4 commit fadc0d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitVersionTfsTask/BuildTs.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
param (
22
)
3+
Set-PSDebug -Trace 1
34

45
$scriptpath = $MyInvocation.MyCommand.Path
56
$dir = Split-Path $scriptpath
67
Push-Location $dir
8+
Write-Host $dir
79
Try
810
{
911
& npm install

0 commit comments

Comments
 (0)