remove AfterBuild call to xbuild (#3128)

This commit is contained in:
Shane Neuville 2018-06-22 16:39:59 -06:00 коммит произвёл Rui Marinho
Родитель 50c94b66d6
Коммит 5b1e07859a
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -55,15 +55,6 @@
<AndroidLinkMode>Full</AndroidLinkMode>
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
<CustomCommands>
<CustomCommands>
<Command>
<type>AfterBuild</type>
<command>xbuild /t:SignAndroidPackage Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj</command>
<workingdir>${SolutionDir}</workingdir>
</Command>
</CustomCommands>
</CustomCommands>
<AndroidSupportedAbis>armeabi;armeabi-v7a;x86</AndroidSupportedAbis>
<Debugger>.Net (Xamarin)</Debugger>
<DevInstrumentationEnabled>True</DevInstrumentationEnabled>