diff --git a/recipe.cake b/recipe.cake index 84c9502..ef98309 100644 --- a/recipe.cake +++ b/recipe.cake @@ -13,6 +13,7 @@ BuildParameters.SetParameters( shouldPostToGitter: false, shouldRunInspectCode: false, shouldRunCodecov: false, + shouldRunDotNetCorePack: true, shouldRunCoveralls: false); // Disabled because it's currently failing BuildParameters.PrintParameters(Context);