Skip to content

Commit

Permalink
Enable deterministic builds (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Nov 14, 2024
1 parent fab62c1 commit 8d661a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ BuildParameters.SetParameters(
repositoryOwner: "cake-contrib",
repositoryName: "Cake.AzureDevOps",
appVeyorAccountName: "cakecontrib",
shouldUseDeterministicBuilds: true,
shouldGenerateDocumentation: false, // Fails to restore tool on AppVeyor
shouldRunCoveralls: false, // Fails to restore tool on AppVeyor
shouldRunCodecov: false); // Fails to restore tool on AppVeyor
Expand Down

0 comments on commit 8d661a4

Please sign in to comment.