-
Notifications
You must be signed in to change notification settings - Fork 241
BuildTools should use props file for signing plugin #1186
Comments
From Eric St John,We have two options to fix this:
I think #1 is the right thing to do in the release branches. I think I found the problem. There was a breaking change in the plugin. The difference between these two? The 279 version adds a property MicroBuild_SigningEnabled to MicroBuild.Plugins.Signing.props. As far as I can tell the only thing we import is This means we’ll never import that props file which sets the property to enable the signing task. I think the simple fix here is to change the plugin version your’re using. I think someone from infrastructure side needs to see what needs to update in buidltools to pick up the new microbuild plugins. I believe that’d be having buidltools import the MicroBuild.core.props in https://github.com/dotnet/buildtools/blob/master/src/Microsoft.DotNet.Build.Tasks/PackageFiles/Build.Common.props like we do for the targets here:
Eric |
Also undo the change in DotNetCore-BuildTools-Trusted, I had to force 1.0.268 here as well. |
This should fix the signing issue dotnet/buildtools#1186
This should fix the signing issue dotnet/buildtools#1186
This should fix the signing issue dotnet/buildtools#1186
This should fix the signing issue dotnet/buildtools#1186
This should fix the signing issue dotnet/buildtools#1186
This should fix the signing issue dotnet/buildtools#1186
From @ericstj
When release branches (both LTS and 1.1.0) are updated, please undo the change that forces the signing version to be 1.0.268.
The text was updated successfully, but these errors were encountered: