Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[msbuild] Add a public 'CompileImageAssetsDependsOn' property. Fixes x…
…amarin#16065. Add a public 'CompileImageAssetsDependsOn' property, so that MAUI can inject tasks that must be completed before we compile image assets: ```xml <PropertyGroup> <CompileImageAssetsDependsOn> $(CompileImageAssetsDependsOn); ResizetizeCollectItems; </CompileImageAssetsDependsOn> </PropertyGroup> ``` Fixes xamarin#16065.
- Loading branch information