ls archive folder
This commit is contained in:
parent
39e0e77824
commit
676efe7253
|
@ -15,6 +15,11 @@ if ($archive)
|
||||||
Write-Output "########################################"
|
Write-Output "########################################"
|
||||||
msbuild "$($iosPath)" "/p:Platform=$platform" "/p:Configuration=$configuration" `
|
msbuild "$($iosPath)" "/p:Platform=$platform" "/p:Configuration=$configuration" `
|
||||||
"/p:ArchiveOnBuild=true" "/t:`"Build`""
|
"/p:ArchiveOnBuild=true" "/t:`"Build`""
|
||||||
|
|
||||||
|
Write-Output "########################################"
|
||||||
|
Write-Output "##### Done"
|
||||||
|
Write-Output "########################################"
|
||||||
|
ls ~/Library/Developer/Xcode/Archives
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
Write-Output "########################################"
|
Write-Output "########################################"
|
||||||
|
|
Loading…
Reference in New Issue