xamarin-macios/msbuild/tests
Sebastien Pouliot 229edf7f85 [msbuild] Add verbosity options on separate lines for mtouch parsing (#7649)
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
2020-01-02 15:02:28 -05:00
..
AppWithExtraArgumentThatOverrides Order additional arguments after response file (#4607) (#4612) (#4769) 2018-09-07 08:52:38 -04:00
Bug60536 Merge pull request #7611 from rolfbjarne/msbuild-use-system-text-json 2019-12-19 00:35:04 +01:00
IBToolTaskTests [msbuild] Avoid Dictionary clashes in IBToolTask's mapping dictionary (#1981) 2017-04-18 09:01:29 -04:00
My Spaced App [runtime] Split the build differently: build libraries for simulator and device separately. (#7143) 2019-10-03 16:38:44 +02:00
MyActionExtension [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyAppWithPackageReference [msbuild] Set 'CopyNuGetImplementations' to true for app extensions. Fixes #4235 and #4237. (#4512) (#4648) (#4773) 2018-09-10 08:29:23 -04:00
MyBindingsReferences [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyCoreMLApp [msbuild] Added support for building CoreML models (#2714) 2017-11-28 11:16:44 -05:00
MyDocumentPickerExtension [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyExtensionWithPackageReference [msbuild] Set 'CopyNuGetImplementations' to true for app extensions. Fixes #4235 and #4237. (#4512) (#4648) (#4773) 2018-09-10 08:29:23 -04:00
MyIBToolLinkTest [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyKeyboardExtension [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyLinkedAssets [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyMasterDetailApp [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyMetalGame [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyOpenGLApp [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyPhotoEditingExtension [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyReleaseBuild [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MySatelliteAssembliesBug [msbuild] Remove BTouchReferencePath in order to fix bug 56317 (#2105) 2017-05-19 15:34:05 -04:00
MySceneKitApp [msbuild] Fix SceneKit asset compilation. Fixes #3766. (#4851) 2018-09-24 18:42:04 +02:00
MySceneKitLibrary [msbuild] Add test case for #5129. (#5821) 2019-04-01 08:14:48 +02:00
MyShareExtension [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MySingleView [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MySpriteKitGame [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyTVApp [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyTVServicesExtension [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyTabbedApplication [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyTodayExtension [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyWatch2Container [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyWatchApp [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyWatchApp2 [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyWatchKit2Extension [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyWatchKit2IntentsExtension [msbuild] Fixed msbuild logic to properly codesign watchos2 intents extensions (#2024) 2017-04-19 08:19:29 -04:00
MyWatchKitApp [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyWatchKitExtension [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyWebViewApp [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyXamarinFormsApp [xibuild] support for SDK-style projects & Xamarin.Forms test (#6461) 2019-07-01 12:20:32 -05:00
MyiOSAppWithBinding [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyiOSFrameworkBinding [runtime] Split the build differently: build libraries for simulator and device separately. (#7143) 2019-10-03 16:38:44 +02:00
Xamarin.iOS.Tasks.Tests [msbuild] Add verbosity options on separate lines for mtouch parsing (#7649) 2020-01-02 15:02:28 -05:00