Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac authored Jan 15, 2025
1 parent ec82811 commit f8a8ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cake/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ public override void Run(BuildContext context)
new Cake.Common.Tools.DotNet.NuGet.Push.DotNetNuGetPushSettings()
{
ApiKey = context.GitHubToken,
Source = "https://nuget.pkg.github.com/ix-ax/index.json",
Source = "https://nuget.pkg.github.com/inxton/index.json",
SkipDuplicate = true
});
}
Expand Down Expand Up @@ -929,4 +929,4 @@ public override void Run(BuildContext context)
[IsDependentOn(typeof(PublishReleaseTask))]
public class DefaultTask : FrostingTask
{
}
}

0 comments on commit f8a8ce4

Please sign in to comment.