mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
check $LastExitCode
This commit is contained in:
parent
6d2dcb73ae
commit
0eddee5816
1 changed files with 2 additions and 0 deletions
|
@ -95,7 +95,9 @@ build_script:
|
|||
msbuild bitwarden-mobile.sln `
|
||||
"/logger:C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" `
|
||||
"/p:Configuration=Release"
|
||||
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
|
||||
.\src\Android\ci-build-apks.ps1
|
||||
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
|
||||
Push-AppveyorArtifact .\com.x8bit.bitwarden.apk
|
||||
Push-AppveyorArtifact .\com.x8bit.bitwarden-fdroid.apk
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue