Skip to content

Commit 7c01c9a

Browse files
author
Chris Young
committed
Merge branch 'hotfix/4.1.2'
2 parents beaa894 + ff07368 commit 7c01c9a

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
@@ -296,7 +296,7 @@ Task("MyGet-Upload-Artifacts")
296296
Source = nugetFeed
297297
};
298298
if(string.IsNullOrEmpty(myGetApiKey)){
299-
settings.ApiKey = myGetApiKey
299+
settings.ApiKey = myGetApiKey;
300300
}
301301
NuGetPush(nupkg, settings);
302302
}

0 commit comments

Comments
 (0)