diff --git a/make.ps1 b/make.ps1 index 2c3f8ca..3c524d9 100644 --- a/make.ps1 +++ b/make.ps1 @@ -154,9 +154,7 @@ function PushLocalRepoToRemote { # go to the temp folder Set-Location $tempFolder | Out-Null - - Get-Location - ls + Write-Host "gitUrl=[$gitUrl]" # add the remote git remote add $repoName $gitUrl #*> $null