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 fc5a4cb commit 431d10eCopy full SHA for 431d10e
build/build.cake
@@ -336,7 +336,7 @@ Task("push to nuget")
336
throw new Exception("NuGet token is required!");
337
}
338
339
- var packages = GetFiles("./build/outputs/nuget/HandyControl.*nupkg");
+ var packages = GetFiles("../build/outputs/nuget/HandyControl.*nupkg");
340
NuGetPush(packages, new NuGetPushSettings
341
{
342
ApiKey = nugetToken,
0 commit comments