1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

debugging commit id

This commit is contained in:
Joseph Flinn 2021-01-04 22:42:27 +00:00
parent 033cee57b8
commit f1e52b022b

View File

@ -34,6 +34,8 @@ steps:
$latest_head = $(git rev-parse HEAD)[0...9] -join ""
$latest_version = "0.0.0-g$latest_head"
Write-Host "--------"
Write-Host "git commit - $(git rev-parse HEAD)"
Write-Host "latest_head - $latest_head"
Write-Host "PACKAGE VERSION TO BUILD - $latest_version"
Write-Host "--------"
cd AzureSignTool