mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
args for increment version script
This commit is contained in:
parent
d4749c139b
commit
c3134f779d
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue