mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-04 08:50:18 +01:00
args for increment version script
This commit is contained in:
parent
d4749c139b
commit
c3134f779d
@ -1,5 +1,5 @@
|
||||
$rootPath = "%APPVEYOR_BUILD_FOLDER%";
|
||||
$newVersionCode = "%APPVEYOR_BUILD_NUMBER%";
|
||||
$rootPath = $args[0];
|
||||
$newVersionCode = $args[1];
|
||||
|
||||
$xml=New-Object XML;
|
||||
$xml.Load($rootPath + "src\Android\Properties\AndroidManifest.xml");
|
||||
|
Loading…
Reference in New Issue
Block a user