Skip to content

Commit

Permalink
Hot fix bad target
Browse files Browse the repository at this point in the history
  • Loading branch information
haga-rak committed Dec 6, 2023
1 parent 2fa78c2 commit e51131f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Fluxzy.Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,8 @@ await RunAsync("dotnet",
Target("on-pull-request", DependsOn("tests"));

// Build local CLI packages signed
Target("install-tools", "fluxzy-publish-nuget", DependsOn("fluxzy-package-push-github", "fluxzy-package-push-partner"),
Target("fluxzy-publish-nuget",
DependsOn("install-tools", "fluxzy-package-push-github", "fluxzy-package-push-partner"),
_ => CreateAndPushVersionedTag(""));

Target("fluxzy-publish-nuget-public",
Expand Down

0 comments on commit e51131f

Please sign in to comment.