We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f1755 commit 26569c0Copy full SHA for 26569c0
PackXamarin.ps1
@@ -14,6 +14,11 @@ if( $Rebuild )
14
}
15
16
$buildOptions += '/p:Configuration=Release'
17
+# cleanup
18
+if ( [IO.Directory]::Exists( ".\bin\Xamarin.iOS10" ) )
19
+{
20
+ Remove-Item .\bin\Xamarin.iOS10 -Recurse
21
+}
22
# build
23
&$builder $sln $buildOptions
24
Copy-Item .\bin\MonoTouch10 .\bin\Xamarin.iOS10 -Recurse
0 commit comments