mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
args for increment version script
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user