Skip to content

Commit 36ad6e1

Browse files
TGPTGP
authored andcommitted
use the DotNetNuGet cake code
1 parent b6b789c commit 36ad6e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.cake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#tool "dotnet:?package=GitVersion.Tool&version=5.8.1"
22
#tool "dotnet:?package=coveralls.net&version=3.0.0"
3-
#tool nuget:?package=NuGet.CommandLine.XPlat&version=6.0.0
43
#addin nuget:?package=Cake.Json&version=4.0.0
54
#addin nuget:?package=Newtonsoft.Json
65
#addin nuget:?package=System.Text.Encodings.Web&version=4.7.1
@@ -419,9 +418,9 @@ private void PublishPackages(ConvertableDirectoryPath packagesDir, ConvertableFi
419418

420419
Information("Calling NuGetPush");
421420

422-
NuGetPush(
421+
DotNetNuGetPush(
423422
codePackage,
424-
new NuGetPushSettings {
423+
new DotNetNuGetPushSettings {
425424
ApiKey = feedApiKey,
426425
Source = codeFeedUrl
427426
});

0 commit comments

Comments
 (0)