Skip to content

Commit

Permalink
ci: pack order
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed Aug 13, 2024
1 parent 16d5096 commit b5272f9
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 @@ -33,7 +33,7 @@ class Build : NukeBuild
bool IsPreRelease => !string.IsNullOrEmpty(OctoVersionInfo.PreReleaseTag);

Target Clean => _ => _
.Before(Restore, Test)
.Before(Restore, Test, Pack)
.Executes(() =>
{
DotNetTasks.DotNetClean();
Expand Down

0 comments on commit b5272f9

Please sign in to comment.