From 1f1d02c50428607705e46c7a165300211d06bca4 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Sat, 24 Feb 2024 17:41:02 +0100 Subject: [PATCH] Update build.cake Co-authored-by: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> --- build.cake | 1 - 1 file changed, 1 deletion(-) diff --git a/build.cake b/build.cake index 7a88056eb..f33b0e35e 100644 --- a/build.cake +++ b/build.cake @@ -130,7 +130,6 @@ Task("Create-NuGet-Packages") Verbosity = param.Verbosity, NoRestore = true, NoBuild = true, - IncludeSymbols = false, OutputDirectory = param.Paths.Directories.NuGetDirectoryPath, ArgumentCustomization = args => args .Append($"/p:Version={param.Version}")