Skip to content

Commit

Permalink
CI/DI
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletKuro committed May 27, 2024
1 parent 046a887 commit 5385333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using Nuke.Common.ProjectModel;
using Nuke.Common.Tooling;
using Nuke.Common.Tools.DotNet;
using Nuke.Common.Tools.GitHub;
using Nuke.Common.Utilities.Collections;
using Serilog;
using static Nuke.Common.EnvironmentInfo;
Expand Down Expand Up @@ -138,7 +139,7 @@ class Build : NukeBuild
.ForEach(x =>
{
x.NotNull();

DotNetNuGetPush(s => s
.SetTargetPath(x)
.SetSource($"https://nuget.pkg.github.com/{GitHubActions.Instance.RepositoryOwner}/index.json")
Expand Down

0 comments on commit 5385333

Please sign in to comment.