xamarin-macios/msbuild/Xamarin.MacDev.Tasks
Rolf Bjarne Kvinge 11f676c148
[msbuild] Make the level of parallelism in the codesign task configureable. (#20242)
We currently have an issue with codesigning duplicated files in parallel
(#20193). The proper fix is somewhat complex, so this implements a simple
workaround for customers, where they can just disable parallelism if they run
into this problem (and since it's simple, it's easier to backport too).

Additionally, it's not a bad idea to be able to configure the level of parallelism.

Ref: #20193.
2024-03-05 09:08:10 +01:00
..
Contracts [msbuild] Move all tasks from Xamarin.[iOS|Mac].Tasks into Xamarin.MacDev.Tasks. (#20118) 2024-02-22 16:34:17 +01:00
Extensions [net8.0] [dotnet][xma] Ensure we don't use DOTNET_ROOT and DOTNET_HOST_PATH in. (#18590) 2023-07-26 21:12:42 -04:00
Model [msbuild] Move all tasks from Xamarin.[iOS|Mac].Tasks into Xamarin.MacDev.Tasks. (#20118) 2024-02-22 16:34:17 +01:00
MsBuildTasks [msbuild] Merge the Task[Base] classes overriding Microsoft.Build.Tasks.Core tasks. (#19956) 2024-01-31 07:48:19 +01:00
Properties Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Tasks [msbuild] Make the level of parallelism in the codesign task configureable. (#20242) 2024-03-05 09:08:10 +01:00
.gitignore [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
AssetPackUtils.cs [msbuild] Enable nullability in all project files + disable nullability in each file. (#19452) 2023-11-17 08:12:37 +01:00
BundleResource.cs [msbuild] Enable nullability for ArTool and AcTool. (#20010) 2024-02-08 17:33:57 +01:00
CommandLineArgumentBuilder.cs [msbuild] Enable nullability in all project files + disable nullability in each file. (#19452) 2023-11-17 08:12:37 +01:00
Decompress.cs [msbuild/dotnet] Add support for app extensions which are xpc services. (#18295) 2024-01-03 12:41:37 +01:00
ErrorHelper.msbuild.cs [msbuild] Enable nullability in all project files + disable nullability in each file. (#19452) 2023-11-17 08:12:37 +01:00
LinkTarget.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
LinkerOptions.cs [msbuild/dotnet] Handle dylibs that don't start with 'lib' better. Fixes #15044. (#18496) 2023-06-27 07:55:04 +02:00
LoggingExtensions.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
NativeReferenceKind.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
PlatformFramework.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
PlatformUtils.cs [msbuild] Enable nullability in all project files + disable nullability in each file. (#19452) 2023-11-17 08:12:37 +01:00
PublishFolderType.cs [msbuild/dotnet] Add support for app extensions which are xpc services. (#18295) 2024-01-03 12:41:37 +01:00
Sdks.cs [msbuild] Enable nullability in all project files + disable nullability in each file. (#19452) 2023-11-17 08:12:37 +01:00
StringParserService.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
TargetArchitecture.cs Use Enum.GetValues<T> instead of Enum.GetValues in numerous places for .NET. (#18382) 2023-06-07 08:47:55 +02:00
VerbosityUtils.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
Xamarin.MacDev.Tasks.csproj [msbuild] Move all tasks from Xamarin.[iOS|Mac].Tasks into Xamarin.MacDev.Tasks. (#20118) 2024-02-22 16:34:17 +01:00