Skip to content

Commit

Permalink
Update build.cake
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Hofmeister <[email protected]>
  • Loading branch information
tom-englert and HofmeisterAn authored Feb 24, 2024
1 parent 2960a92 commit 1f1d02c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 1f1d02c

Please sign in to comment.