xamarin-macios/msbuild
Mauro Agnoletti 4cee76e0e1
Improvements on Xamarin.iOS.Tasks.Windows (#13862)
* Changes covered by this PR:

   - Removed unused references
   - Removed Xamarin.PreBuilt.iOS.app.zip since it's now built and included automatically as part of the CI build
   - Added missing signing and versioning
   - Replaced DotNetZip with System.IO.Compression.ZipFile: now that .net provides its own zip implementation we no longer require DotNetZip reference for unzipping purposes
   - Fixes the Tasks missing CodePages reference: we no longer need to replace the CodePages reference assembly by its implementation, since this project already specifies the `win` RID. The replacement was failing because `RuntimeTargetsCopyLocalItems` is empty now that the RID is set, so we ended up removing the reference.

Co-authored-by: Emanuel Fernandez Dell'Oca <ema@xamarin.com>
2022-02-10 14:20:33 +01:00
..
Messaging/Xamarin.Messaging.Build Updated Xamarin.Messaging version (#13145) 2021-10-28 17:00:14 +02:00
Xamarin.HotRestart.PreBuilt [msbuild] Make sure to update global.json/NuGet.config for the Xamarin.HotRestart.PreBuilt build whenever needed. (#13625) 2021-12-22 21:54:18 +01:00
Xamarin.Localization.MSBuild [msbuild] Rework code signing to sign everything at the end of the build. (#13956) 2022-02-08 10:41:51 +01:00
Xamarin.Mac.Tasks [msbuild] Make sure to set 'ResolveAssemblyConflicts=true' before importing Microsoft.CSharp.targets. Fixes #11691. (#14109) 2022-02-09 14:07:35 -05:00
Xamarin.Mac.Tasks.Core [msbuild] Share the ALToolUpload and ALToolValidate task implementations between iOS and macOS. (#12852) 2021-09-28 17:38:51 +02:00
Xamarin.MacDev.Tasks [msbuild] Copy all the files in a framework to the Mac for the FilterStaticFrameworks task. Fixes #13804. (#13805) 2022-01-21 08:57:39 +01:00
Xamarin.MacDev.Tasks.Core [dotnet] Fix non-bundling of debug files for release builds. Fixes #14085. (#14103) 2022-02-09 16:46:04 +01:00
Xamarin.ObjcBinding.Tasks [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
Xamarin.Shared [dotnet] Fix non-bundling of debug files for release builds. Fixes #14085. (#14103) 2022-02-09 16:46:04 +01:00
Xamarin.iOS.Tasks [msbuild] Move the GetFiles task to shared msbuild code (Xamarin.MacDev.Tasks). (#13800) 2022-01-20 16:22:01 +01:00
Xamarin.iOS.Tasks.Core [msbuild] Make sure to set 'ResolveAssemblyConflicts=true' before importing Microsoft.CSharp.targets. Fixes #11691. (#14109) 2022-02-09 14:07:35 -05:00
Xamarin.iOS.Tasks.Windows Improvements on Xamarin.iOS.Tasks.Windows (#13862) 2022-02-10 14:20:33 +01:00
.gitignore [msbuild] Sign Xamarin.iOS.Tasks.dll and Xamarin.Mac.Tasks.dll. Fixes #9835. (#12831) 2021-09-28 17:31:35 +02:00
Directory.Build.props Updated Xamarin.Messaging reference (#13615) 2021-12-21 09:24:42 +01:00
ILMerge.targets [msbuild] Add ILStrip'ing for net6 applications. Fixes #11445. (#12563) 2021-10-05 09:43:22 -05:00
Makefile [msbuild/dotnet] Build the Xamarin.PreBuilt.iOS app bundle. Fixes #12945. (#13342) 2021-11-12 07:38:07 +01:00
Xamarin.MacDev.Tasks.sln [dotnet] Revert changes that separate Messaging from Xamarin.iOS.Tasks to fix dotnet build (#10738) 2021-03-01 08:05:01 +01:00