Skip to content

Commit b2b743b

Browse files
authored
chore: Disable signing NuGet dependencies (#968)
1 parent bad5b70 commit b2b743b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Task("Create-NuGet-Packages")
142142
});
143143

144144
Task("Sign-NuGet-Packages")
145-
.WithCriteria(() => param.ShouldPublish)
145+
.WithCriteria(() => param.ShouldPublish && false /* We do not have access to a valid code signing certificate anymore. */)
146146
.Does(() =>
147147
{
148148
StartProcess("dotnet", new ProcessSettings

0 commit comments

Comments
 (0)