spec change

This commit is contained in:
Hasan Manzak 2023-02-23 03:04:00 +03:00
parent f20abb97f2
commit 491ffe0287
No known key found for this signature in database
GPG Key ID: C1573806B673A138

View File

@ -14,11 +14,13 @@ using static Nuke.Common.IO.FileSystemTasks;
using static Nuke.Common.Tools.DotNet.DotNetTasks; using static Nuke.Common.Tools.DotNet.DotNetTasks;
[ShutdownDotNetAfterServerBuild] [ShutdownDotNetAfterServerBuild]
[GitHubActions("ci", GitHubActionsImage.UbuntuLatest, [GitHubActions("ci", GitHubActionsImage.Ubuntu2004,
OnPullRequestBranches = new[] {"master", "releases/*"}, OnPullRequestBranches = new[] {"master", "releases/*"},
AutoGenerate = true, AutoGenerate = true,
InvokedTargets = new[] {nameof(Ci)}, InvokedTargets = new[] {nameof(Ci)},
CacheKeyFiles = new string[0])] CacheKeyFiles = new string[0],
)
]
[GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest, [GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,
OnPushBranches = new[] { "releases/*" }, OnPushBranches = new[] { "releases/*" },
OnPushTags = new[] { "v*" }, OnPushTags = new[] { "v*" },