Skip to content

Commit

Permalink
use the DotNetNuGet cake code
Browse files Browse the repository at this point in the history
  • Loading branch information
TGP authored and TGP committed Jan 20, 2022
1 parent b6b789c commit 36ad6e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#tool "dotnet:?package=GitVersion.Tool&version=5.8.1"
#tool "dotnet:?package=coveralls.net&version=3.0.0"
#tool nuget:?package=NuGet.CommandLine.XPlat&version=6.0.0
#addin nuget:?package=Cake.Json&version=4.0.0
#addin nuget:?package=Newtonsoft.Json
#addin nuget:?package=System.Text.Encodings.Web&version=4.7.1
Expand Down Expand Up @@ -419,9 +418,9 @@ private void PublishPackages(ConvertableDirectoryPath packagesDir, ConvertableFi

Information("Calling NuGetPush");

NuGetPush(
DotNetNuGetPush(
codePackage,
new NuGetPushSettings {
new DotNetNuGetPushSettings {
ApiKey = feedApiKey,
Source = codeFeedUrl
});
Expand Down

0 comments on commit 36ad6e1

Please sign in to comment.