We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2e280 commit 7e67a7bCopy full SHA for 7e67a7b
src/Microsoft.DotNet.SignTool/src/SignInfo.cs
@@ -66,7 +66,7 @@ internal SignInfo(string certificate, string strongName = null, string collision
66
}
67
68
internal SignInfo WithCertificateName(string value, string collisionPriorityId)
69
- => new SignInfo(value, StrongName, collisionPriorityId, ShouldIgnore, IsAlreadySigned);
+ => new SignInfo(value, StrongName, collisionPriorityId, false, false);
70
71
internal SignInfo WithCollisionPriorityId(string collisionPriorityId)
72
=> new SignInfo(Certificate, StrongName, collisionPriorityId, ShouldIgnore, IsAlreadySigned);
0 commit comments