Skip to content

Commit

Permalink
Update setup.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth authored Aug 4, 2019
1 parent eef633b commit e667a8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ BuildParameters.SetParameters(context: Context,
repositoryOwner: "redth",
repositoryName: "Cake.ExtendedNuGet",
appVeyorAccountName: "redth",
shouldRunCodecov: false,
shouldRunDotNetCorePack: true,
shouldRunDupFinder: false,
shouldRunInspectCode: false);
shouldRunInspectCode: false,
shouldRunIntegrationTests: false,
testFilePattern: "DO_NOT_RUN_TESTS");

BuildParameters.PrintParameters(Context);

Expand Down

0 comments on commit e667a8f

Please sign in to comment.