Skip to content

Silentsetupfor winget#616

Merged
Hirogen merged 4 commits into
Developmentfrom
silentsetupfor_winget
Jun 12, 2026
Merged

Silentsetupfor winget#616
Hirogen merged 4 commits into
Developmentfrom
silentsetupfor_winget

Conversation

@Hirogen

@Hirogen Hirogen commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Nuke Build wont build with correct MSBUILD

BRUNER Patrick and others added 4 commits June 12, 2026 12:33
Nuke's MSBuild() task resolves the Visual Studio-bundled MSBuild via vswhere.
On the GitHub windows-latest runner that is VS 2022 (MSBuild 17.x), which Nuke
rejected for this net10.0 solution with 'Could not find a suitable MSBuild
instance', failing the release at Restore.

Switch Restore/Compile and the PluginRegistry rebuild to DotNetRestore/DotNetBuild
so the build uses the .NET 10 SDK (installed via setup-dotnet), which understands
net10.0. Verified locally: Restore+Compile succeed, output builds as Any CPU
(MSIL) as before, and pluginsx86 are produced.
@Hirogen Hirogen merged commit 8d19227 into Development Jun 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant