Skip to content

Commit

Permalink
Set ChocolateyPush source
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Suter committed Aug 15, 2023
1 parent 75a2c73 commit 6f5e5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Build.Publish.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public partial class Build
ChocolateyPush(_ => _
.SetApiKey(ChocoApiKey)
.SetPathToNuGetPackage(ArtifactsDirectory.GlobFiles("NSwagStudio.*.nupkg").Single())
.SetSource("https://push.chocolatey.org/")
);
try
Expand Down

0 comments on commit 6f5e5f9

Please sign in to comment.