Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/7.0.1xx-rc2] [msbuild] Add a public 'CompileImageAssetsDepen…
…dsOn' property. Fixes #16065. (#16112) 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 #16065. Backport of #16089 Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
- Loading branch information
e1d4531
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 [CI Build] Build failed 🔥
Build failed for the job 'Build packages'
Pipeline on Agent
Hash: [CI build]
e1d4531
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ API diff for current PR / commit
Legacy Xamarin (No breaking changes)
iOS(no change detected)tvOS(no change detected)watchOS(no change detected)macOS(no change detected).NET (No breaking changes)
✅ API diff vs stable
Legacy Xamarin (No breaking changes)
.NET (No breaking changes)
Legacy Xamarin (stable) vs .NET
✅ Generator diff
Generator diff is empty
Pipeline on Agent
Hash: e1d4531253a0c0ffa041b5f1473dec91a764d27f [CI build]
e1d4531
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💻 [CI Build] Tests on macOS Mac Catalina (10.15) passed 💻
✅ All tests on macOS Mac Catalina (10.15) passed.
Pipeline on Agent
Hash: e1d4531253a0c0ffa041b5f1473dec91a764d27f [CI build]
e1d4531
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📚 [CI Build] Artifacts 📚
Packages generated
View packages
Pipeline on Agent XAMMINI-051.Monterey'
Hash: e1d4531253a0c0ffa041b5f1473dec91a764d27f [CI build]
e1d4531
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 [CI Build] Test results 🔥
Test results
❌ Tests failed on VSTS: simulator tests
1 tests crashed, 0 tests failed, 211 tests passed.
Failures
❌ mononative tests
🔥 Failed catastrophically on VSTS: simulator tests - mononative (no summary found).
Html Report (VSDrops) Download
Successes
✅ bcl: All 69 tests passed. Html Report (VSDrops) Download
✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests: All 1 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 7 tests passed. Html Report (VSDrops) Download
✅ framework: All 8 tests passed. Html Report (VSDrops) Download
✅ generator: All 2 tests passed. Html Report (VSDrops) Download
✅ interdependent_binding_projects: All 7 tests passed. Html Report (VSDrops) Download
✅ install_source: All 1 tests passed. Html Report (VSDrops) Download
✅ introspection: All 8 tests passed. Html Report (VSDrops) Download
✅ linker: All 65 tests passed. Html Report (VSDrops) Download
✅ mac_binding_project: All 1 tests passed. Html Report (VSDrops) Download
✅ mmp: All 2 tests passed. Html Report (VSDrops) Download
✅ monotouch: All 23 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ mtouch: All 1 tests passed. Html Report (VSDrops) Download
✅ xammac: All 3 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 8 tests passed. Html Report (VSDrops) Download
✅ xtro: All 2 tests passed. Html Report (VSDrops) Download
Pipeline on Agent
Hash: [CI build]