mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
ls archive folder
This commit is contained in:
parent
39e0e77824
commit
676efe7253
1 changed files with 5 additions and 0 deletions
5
.github/scripts/ios/build.ps1
vendored
5
.github/scripts/ios/build.ps1
vendored
|
@ -15,6 +15,11 @@ if ($archive)
|
|||
Write-Output "########################################"
|
||||
msbuild "$($iosPath)" "/p:Platform=$platform" "/p:Configuration=$configuration" `
|
||||
"/p:ArchiveOnBuild=true" "/t:`"Build`""
|
||||
|
||||
Write-Output "########################################"
|
||||
Write-Output "##### Done"
|
||||
Write-Output "########################################"
|
||||
ls ~/Library/Developer/Xcode/Archives
|
||||
} else
|
||||
{
|
||||
Write-Output "########################################"
|
||||
|
|
Loading…
Reference in a new issue