Skip to content

Commit

Permalink
Adds PublishWebApi target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ENDAVA\mzorec committed Jul 15, 2023
1 parent b0f91e6 commit 2309fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BuildScript/BuildScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ protected override void ConfigureTargets(ITaskContext context)

var packageWebApi = context.CreateTarget("Package.WebApi")
.SetDescription("Packages web api into zip deployment package.")
.AddTasks(PackageWebApi);
.DependsOn(publishWebApi)
.AddTasks(PackageWebApi);

var flubuRunnerMerge = context.CreateTarget("merge")
.SetDescription("Merge's all assemblyes into .net flubu console application executable.")
Expand Down

0 comments on commit 2309fa4

Please sign in to comment.