mirror of
https://github.com/bitwarden/mobile
synced 2025-02-02 03:27:06 +01:00
print version code
This commit is contained in:
parent
fa6d2a3080
commit
dd7a52ba08
@ -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…
x
Reference in New Issue
Block a user