1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-27 10:44:49 +02:00

ls archive folder

This commit is contained in:
Kyle Spearrin 2020-06-10 09:24:27 -04:00
parent 39e0e77824
commit 676efe7253

View File

@ -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 "########################################"