Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmairegger committed Jan 13, 2025
1 parent 15a4dbf commit 62df15b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@

[GitHubActions("build", GitHubActionsImage.WindowsLatest,
On = [GitHubActionsTrigger.Push],
FetchDepth = 50,
InvokedTargets = [nameof(Compile)])]
[GitHubActions("publish", GitHubActionsImage.WindowsLatest,
OnPushTags = ["v*.*.*"],
FetchDepth = 50,
ImportSecrets = [nameof(NuGetApiKey)],
InvokedTargets = [nameof(Publish)])]
class Build : NukeBuild
Expand Down

0 comments on commit 62df15b

Please sign in to comment.