We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b529956 commit ea10c87Copy full SHA for ea10c87
build.cake
@@ -174,6 +174,8 @@ Task("MyGet")
174
throw new InvalidOperationException("Could not resolve MyGet API key.");
175
}
176
177
+ Information(mygetKey.Substring(0, 2) + ".." + mygetKey.Substring(mygetKey.Length - 2));
178
+
179
foreach (var nupkg in GetFiles($"{ buildDir }/*.nupkg"))
180
{
181
NuGetPush(nupkg, new NuGetPushSettings
0 commit comments