Skip to content

Commit

Permalink
Prerelease alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Sep 11, 2024
1 parent 3d57c31 commit e36da96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
"TestResults": {
"type": "boolean"
},
"UnlistNuget": {
"type": "boolean"
},
"Verbosity": {
"type": "string",
"description": "Logging verbosity during build execution. Default is 'Normal'",
Expand Down
2 changes: 1 addition & 1 deletion Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using ricaun.Nuke;
using ricaun.Nuke.Components;

class Build : NukeBuild, IPublishPack, ITest
class Build : NukeBuild, IPublishPack, ITest, IPrePack
{
public static int Main() => Execute<Build>(x => x.From<IPublishPack>().Build);
}

0 comments on commit e36da96

Please sign in to comment.