Add more debug output

This commit is contained in:
Michael Lumish 2020-05-14 13:34:08 -07:00
parent edecb1994b
commit a59934ffa6
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ $PackageFile = $Base + "/package.json"
Write-Host $PackageFile
Write-Host (Get-Content $PackageFile) -join "`n"
$ToolsVersion = ((Get-Content $PackageFile) -join "`n" | ConvertFrom-Json).version
Write-Host $ToolsVersion
cd ../..
$OutDir = $pwd + "/artifacts/grpc-tools/v" + $ToolsVersion