xamarin-macios/msbuild/Xamarin.iOS.Tasks.Core/Tasks
monojenkins fd91cf731d [d16-5] [msbuild] Add verbosity options on separate lines for mtouch parsing (#7673)
This is more strict than the response-file spec [0] (and filed as a
separate issue [1]) but `mtouch` currently requires one option-per-line
(for filtering some options) for the cache to work properly (i.e. so it
can ignore the `-v` and the `-q` and re-use the existing, cached,
binaries). E.g. from:

```
...
-v -v -v -v
```

to

```
...
-v
-v
-v
-v
```

This is an optimization fix (since cached output helps build times) and
it's also part of a bug fix [2] (part of another commit [3], that was
reverted [4] due to other issues, like this one).

This needs another fix [5] to work properly (like `mtouch` requires)
but both can be applied separately (so different PR for different
changes).

[0] https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/response-file-compiler-option
[1] https://github.com/xamarin/xamarin-macios/issues/7644
[2] https://github.com/xamarin/xamarin-macios/issues/7514
[3] https://github.com/xamarin/xamarin-macios/pull/7544
[4] https://github.com/xamarin/xamarin-macios/pull/7589
[5] https://github.com/xamarin/xamarin-macios/pull/7647


Co-authored-by: Sebastien Pouliot <sebastien.pouliot@gmail.com>
2020-01-06 16:52:36 -05:00
..
ACToolTaskBase.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
ALToolUploadTaskBase.cs [d16-5] [vsts-1029041] Add FileType to the list of parameters for altool (#7563) 2019-12-12 07:23:34 +01:00
ALToolValidateTaskBase.cs [d16-5] [vsts-1029041] Add FileType to the list of parameters for altool (#7563) 2019-12-12 07:23:34 +01:00
ArchiveTaskBase.cs Add macOS Xcode archive support (#5862) 2019-04-15 15:20:18 -05:00
CodesignNativeLibrariesTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
CodesignVerifyTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
CollectAssetPacksTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
CollectITunesArtworkTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
CollectITunesSourceFilesTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
CompileAppManifestTaskBase.cs [master] [msbuild] Implement support for faking the watchOS 4.3 SDK. Fixes #4810. (#4955) 2018-10-09 13:27:04 -04:00
CompileEntitlementsTaskBase.cs [msbuild] Fixed provisioning profile lookups for tvOS (#3216) 2018-01-17 15:18:34 -05:00
CompileITunesMetadataTaskBase.cs [msbuild] VS Incremental build fixes (#5054) 2018-10-31 15:05:07 -04:00
CompileSceneKitAssetsTaskBase.cs [msbuild] Provide the correct value for the operating system for tvOS and watchOS to a few tasks. Fixes #6200. (#7226) 2019-10-16 22:14:11 +02:00
CreateAssetPackTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
CreateDebugConfigurationTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
CreateDebugSettingsTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
DetectDebugNetworkConfigurationTaskBase.cs [msbuild] Use the proper MM vs MT error code prefix (#3360) 2018-01-31 09:56:45 -05:00
DetectSdkLocationsTaskBase.cs Bump to use Xcode 10 beta 1 (#4179) 2018-06-08 18:45:24 -07:00
DetectSigningIdentityTaskBase.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
EmbedMobileProvisionTaskBase.cs [msbuild] Fixed embedding of provisioning profiles for tvOS (#3255) 2018-01-18 15:17:57 -05:00
FindWatchOS1AppExtensionBundleTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
FindWatchOS2AppBundleTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
GetDirectoriesTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
GetFilesTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
GetFullPathTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
GetPropertyValueTaskBase.cs [msbuild] Replace all invocations of xbuild with msbuild 2018-05-22 13:24:29 -04:00
IBToolTaskBase.cs [msbuild] Make Mac IBTool logic consistent with iOS logic (#127) 2016-06-03 13:55:44 -04:00
MTouchTaskBase.cs [d16-5] [msbuild] Add verbosity options on separate lines for mtouch parsing (#7673) 2020-01-06 16:52:36 -05: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 [msbuild] Provide the correct value for the operating system for tvOS and watchOS to a few tasks. Fixes #6200. (#7226) 2019-10-16 22:14:11 +02:00
OptimizeImageTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
ParseDeviceSpecificBuildInformationTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
ParseExtraMtouchArgsTaskBase.cs [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
PrepareResourceRulesTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00
ResolveNativeWatchAppTaskBase.cs Bump to use Xcode 10 beta 1 (#4179) 2018-06-08 18:45:24 -07:00
ScnToolTaskBase.cs [msbuild] Provide the correct value for the operating system for tvOS and watchOS to a few tasks. Fixes #6200. (#7226) 2019-10-16 22:14:11 +02:00
ValidateAppBundleTaskBase.cs [msbuild] Add non-ui version of com.apple.AudioUnit-UI in lists (#6098) 2019-05-22 08:14:51 -05:00
WriteAssetPackManifestTaskBase.cs [msbuild] Removed Task name/property logging that MSBuild does for us now (#2426) 2017-08-10 09:00:18 -04:00