-
Notifications
You must be signed in to change notification settings - Fork 30
Description
We are using AppCenter build pipelines for our Xamarin Forms applications, and since the new VM release a couple of days ago (2021-10-29) the build process fails when doing the Resizetize bit.
The VM is the following, pulled from GitHub by the pipeline:
Environment: macos-11
Version: 20211029.3
I easily reproduced the issue today by setting up a bare minimum Xamarin Forms project, adding Resizetizer.NT 0.3.0, adding a couple of .svg files and configuring the BaseSize in the shared project file.
Then adding a new app to AppCenter and using it to build the application, it fails at the exact same spot.
I checked the successful build logs and found that the task of "ResizetizeImages:" failed.
Removing the Resizetizer.NT Image Image(0.3.0) / SharedImage (0.2.0) Build Action from the images and re-building it via the pipeline worked without a hitch, as it never triggers the task.
This has been tested with 0.2.0 and 0.3.0, our latest successful build was two days before the new VM image release using 0.3.0 so it sure looks like it is some sort of conflict with the new VM additions.
So after all the boring nonsense above I need to tell you that you made one hell of a plugin, it is truly an awesome piece of software that saves us a lot of time dealing with .svg images.