Skip to content

Commit

Permalink
Update Build.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Apr 5, 2023
1 parent 324b407 commit 13b568d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private void DeleteDirectories(IReadOnlyCollection<string> directories)
});

Target Pack => _ => _
.DependsOn(Restore)
.DependsOn(Compile)
.Executes(() =>
{
DotNetPack(s => s
Expand Down

0 comments on commit 13b568d

Please sign in to comment.