Skip to content

Commit 12a3055

Browse files
committed
(GH-2120) pushing nuget to GitHub Packages, disable for now
1 parent 4294c51 commit 12a3055

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build/publish.cake

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,16 @@ Task("Publish-NuGet-Internal")
132132

133133
Information("Adding NuGet source with user/pass...");
134134
NuGetAddSource("GitHub", source, nugetSourceSettings);
135+
Information("Adding NuGet source with user/pass after");
135136

136137
foreach(var package in parameters.Packages.Nuget)
137138
{
138139
if (FileExists(package.PackagePath))
139140
{
140-
NuGetPush(package.PackagePath, new NuGetPushSettings
141-
{
142-
Source = source
143-
});
141+
// NuGetPush(package.PackagePath, new NuGetPushSettings
142+
// {
143+
// Source = source
144+
// });
144145
}
145146
}
146147
}

0 commit comments

Comments
 (0)