Skip to content

Commit ea10c87

Browse files
committed
Are we even getting the right key?
1 parent b529956 commit ea10c87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ Task("MyGet")
174174
throw new InvalidOperationException("Could not resolve MyGet API key.");
175175
}
176176

177+
Information(mygetKey.Substring(0, 2) + ".." + mygetKey.Substring(mygetKey.Length - 2));
178+
177179
foreach (var nupkg in GetFiles($"{ buildDir }/*.nupkg"))
178180
{
179181
NuGetPush(nupkg, new NuGetPushSettings

0 commit comments

Comments
 (0)