Skip to content

Commit b8ec60a

Browse files
author
Chris Young
committed
Merge branch 'hotfix/4.1.4' into develop
2 parents 54da893 + 9b4761b commit b8ec60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Task("MyGet-Upload-Artifacts")
295295
var settings = new NuGetPushSettings {
296296
Source = nugetFeed
297297
};
298-
if(string.IsNullOrEmpty(myGetApiKey)){
298+
if(!string.IsNullOrEmpty(myGetApiKey)){
299299
settings.ApiKey = myGetApiKey;
300300
}
301301
NuGetPush(nupkg, settings);

0 commit comments

Comments
 (0)