Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
eaba committed Jul 21, 2022
1 parent afc16d4 commit d604dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ void CoreTest(string projectName)
.DependsOn(CreateNuget)
.Requires(() => NugetApiUrl)
.Requires(() => !NugetApiKey.IsNullOrEmpty())
.Before(GitHubRelease)
.Triggers(GitHubRelease)
.Executes(() =>
{
var packages = OutputNuget.GlobFiles("*.nupkg", "*.symbols.nupkg").NotNull();
Expand Down

0 comments on commit d604dec

Please sign in to comment.