mirror of
https://github.com/bitwarden/android.git
synced 2025-01-12 11:17:30 +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;
|
$rootPath = $env:GITHUB_WORKSPACE;
|
||||||
$buildNumber = 3000 + [int]$env:GITHUB_RUN_NUMBER;
|
$buildNumber = 3000 + [int]$env:GITHUB_RUN_NUMBER;
|
||||||
|
|
||||||
|
Write-Output "########################################"
|
||||||
|
Write-Output "##### Setting Version Code $buildNumber"
|
||||||
|
Write-Output "########################################"
|
||||||
|
|
||||||
$androidManifest = $($rootPath + "\src\Android\Properties\AndroidManifest.xml");
|
$androidManifest = $($rootPath + "\src\Android\Properties\AndroidManifest.xml");
|
||||||
|
|
||||||
$xml=New-Object XML;
|
$xml=New-Object XML;
|
||||||
|
|
Loading…
Reference in a new issue