nuke icon indicating copy to clipboard operation
nuke copied to clipboard

Use Microsoft.Windows.SDK.BuildTools package to get signtool binary

Open gpailler opened this issue 3 months ago • 0 comments

This pull request updates the SignTool integration to improve how the tool is located. It relies on the official NuGet package Microsoft.Windows.SDK.BuildTools and not on an installed Windows SDK anymore.

This is a breaking change and projects using SingTool must run nuke :add-package Microsoft.Windows.SDK.BuildTools

Fixes nuke-build/nuke#1186

I confirm that the pull-request:

  • [x] Follows the contribution guidelines
  • [x] Is based on my own work
  • [x] Is in compliance with my employer

gpailler avatar Oct 02 '25 04:10 gpailler