We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a195c7 commit 3254097Copy full SHA for 3254097
1 file changed
build.cake
@@ -311,6 +311,5 @@ public class BuildParameters
311
312
public bool ShouldPublishNuGet => !string.IsNullOrWhiteSpace(NuGetApiKey)
313
&& !string.IsNullOrWhiteSpace(NuGetFeed)
314
- && IsMasterBranch
315
- && IsHotFixBranch;
+ && (IsMasterBranch || IsHotFixBranch);
316
}
0 commit comments