Skip to content

Commit

Permalink
Add UnlistNuget to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 22, 2023
1 parent 7c0c5c5 commit 419d319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

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

0 comments on commit 419d319

Please sign in to comment.