mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
print version code
This commit is contained in:
parent
fa6d2a3080
commit
dd7a52ba08
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
$rootPath = $env:GITHUB_WORKSPACE;
|
||||
$buildNumber = 3000 + [int]$env:GITHUB_RUN_NUMBER;
|
||||
|
||||
Write-Output "########################################"
|
||||
Write-Output "##### Setting Version Code $buildNumber"
|
||||
Write-Output "########################################"
|
||||
|
||||
$androidManifest = $($rootPath + "\src\Android\Properties\AndroidManifest.xml");
|
||||
|
||||
$xml=New-Object XML;
|
||||
|
|
Loading…
Reference in a new issue