xamarin-macios/msbuild/Xamarin.MacDev.Tasks.Core/Tasks
Emanuel Fernandez Dell'Oca 616d6544ad [msbuild] Improve altool task by logging execution errors (#6815)
* [msbuild] Improve altool task by logging execution errors
The altool task was just logging the XML output produced by the tool execution but was not logging any build error neither failing in that case.

* [msbuild] Log the altool output when failing to parse it
2019-08-23 08:38:08 -07:00
..
ACToolTaskBase.cs Bump to mono:2018-06 (#4277) 2018-10-10 11:02:28 -04:00
AlToolTaskBase.cs [msbuild] Improve altool task by logging execution errors (#6815) 2019-08-23 08:38:08 -07:00
ArToolTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
ArchiveTaskBase.cs Add macOS Xcode archive support (#5862) 2019-04-15 15:20:18 -05:00
BTouchTaskBase.cs [msbuild] Avoid an NRE in BtouchTask when an invalid extra argument is provided (#5041) 2018-10-26 13:18:05 -04:00
CodesignTaskBase.cs [msbuild] Lock variables accessed in a Parallel.ForEach callback. (#6189) 2019-06-03 12:59:59 +02:00
CodesignVerifyTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
CollectBundleResourcesTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
CollectFrameworksBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
CompileAppManifestTaskBase.cs [msbuild] Set the target architecture in the Info.plist UIRequiredDev… (#2409) 2017-11-02 15:01:00 -04:00
CompileEntitlementsTaskBase.cs [msbuild] VS Incremental build fixes (#5054) 2018-10-31 15:05:07 -04:00
CompileSceneKitAssetsTaskBase.cs [msbuild] Fixed compilation of SceneKit assets in library projects (#5130) 2018-11-18 16:35:02 -05:00
ComputeBundleResourceOutputPathsTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
CoreMLCompilerTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
CreateAssetPackManifestTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
CreateBindingResourcePackageBase.cs Add 'NoBindingEmbedding' style binding project support (#5167) 2018-12-12 09:55:57 -05:00
CreateEmbeddedResourcesTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
CreateInstallerPackageTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
CreatePkgInfoTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
DSymUtilTaskBase.cs [msbuild] VS Incremental build fixes (#5054) 2018-10-31 15:05:07 -04:00
DetectSigningIdentityTaskBase.cs Add more details to MSBuild errors for provisioning profiles (#5987) 2019-05-06 07:28:54 +02:00
DittoTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
FindItemWithLogicalNameTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
GenerateBundleNameTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
GetNativeExecutableNameTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
GetPropertyListValueTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
IBToolTaskBase.cs [msbuild] Log the name of the ibtool/actool log file if we cannot parse it (#4115) 2018-05-23 17:45:57 -04:00
MetalLibTaskBase.cs [xcode11] Fix several issues to make the mtouch tests pass. Fixes #6259. (#6332) 2019-06-19 07:20:02 +02:00
MetalTaskBase.cs [xcode11] Fix several issues to make the mtouch tests pass. Fixes #6259. (#6332) 2019-06-19 07:20:02 +02:00
OptimizePropertyListTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
PackLibraryResourcesTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
PrepareNativeReferencesTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
PropertyListEditorTaskBase.cs [msbuild] Make PropertyListEditor.Value a property like it should be (#4522) 2018-07-30 19:35:42 -04:00
ReadItemsFromFileBase.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
ScnToolTaskBase.cs [msbuild] Avoid possible NullReferenceException in ScnToolTaskBase. Fixes #4039 (#5006) 2018-10-18 14:03:17 -04:00
SmartCopyTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
SpotlightIndexerTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
SymbolStripTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
TextureAtlasTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
UnpackLibraryResourcesTaskBase.cs Fixes spacing issues in MSBuild tasks (#5338) 2019-01-03 14:03:08 -05:00
WriteItemsToFileBase.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
XcodeCompilerToolTask.cs [msbuild] Don't log notices as errors (#5067) 2018-11-01 14:08:31 -04:00
XcodeToolTaskBase.cs [msbuild] Only use File.GetLastWriteTimeUtc (#1547) 2017-01-23 15:31:44 -05:00
ZipTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00