Skip to content

Commit

Permalink
Removed nobuild flag from Pack target
Browse files Browse the repository at this point in the history
  • Loading branch information
aivascu committed Dec 10, 2023
1 parent e108844 commit 3d03c3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ partial class Build : NukeBuild
{
DotNetPack(s => s
.SetConfiguration(Configuration)
.SetNoBuild(FinishedTargets.Contains(Compile))
.SetOutputDirectory(PackagesDirectory)
.SetSymbolPackageFormat(DotNetSymbolPackageFormat.snupkg)
.EnableIncludeSymbols()
Expand Down

0 comments on commit 3d03c3c

Please sign in to comment.