Skip to content

Commit

Permalink
List on Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 22, 2023
1 parent 419d319 commit 66689fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Build : NukeBuild, IPublishPack, ICompileExample, ITest, IShowGitVersion, IPrePack
{
bool IPack.UnlistNuget => true;
//bool IPack.UnlistNuget => true;
bool ITest.TestBuildStopWhenFailed => false;
public static int Main() => Execute<Build>(x => x.From<IPublishPack>().Build);
}

0 comments on commit 66689fb

Please sign in to comment.