Fix CI build failure: switch to msbuild + rebase onto update-bump#66
Fix CI build failure: switch to msbuild + rebase onto update-bump#66Copilot wants to merge 3 commits intoupdate-bumpfrom
Conversation
…error Co-authored-by: TheJoeFin <7809853+TheJoeFin@users.noreply.github.com>
|
@copilot rebase on to update-bump, then fix https://github.com/TheJoeFin/Simple-Icon-File-Maker/actions/runs/22652184257/job/65654061782?pr=66 |
Co-authored-by: TheJoeFin <7809853+TheJoeFin@users.noreply.github.com>
Done in 0dc41cf. The changes from The new CI failure (CsWinRT |
The
windows-latestrunner now ships with .NET SDK 10.0.102, causing two CI failures that are fixed by this PR:MSB4019:
dotnet buildsetsMSBuildExtensionsPathto the dotnet SDK directory, which doesn't includeMicrosoft\DesktopBridge\. Fixed by switching tomsbuild.CsWinRT Platform.xml error: After fixing MSB4019, CsWinRT failed because
Platform.xmlfor Windows SDK10.0.22621.0is not present on the runner (C:\Program Files (x86)\Windows Kits\10\Platforms\UAP\10.0.22621.0\Platform.xml). Fixed by rebasing ontoupdate-bump, which upgrades the target SDK to10.0.26100.0(installed on the runner).Changes
.github/workflows/build.yml: Replacedotnet restore/dotnet buildwithmsbuild(already on PATH viamicrosoft/setup-msbuild@v2), which resolvesMSBuildExtensionsPathto the Visual Studio installation where DesktopBridge targets are present.update-bumpbranch changes applied, including:TargetFramework/TargetPlatformVersionbumped from10.0.22621.0→10.0.26100.0BackgroundRemoverHelper.cs,RemoveBackgroundDialog)Package.appxmanifestwith share target extension andsystemAIModelscapabilityFodyWeavers.xml/PropertyChanged.Fody💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.