Skip to content

Commit 8d661a4

Browse files
authored
Enable deterministic builds (#500)
1 parent fab62c1 commit 8d661a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ BuildParameters.SetParameters(
1010
repositoryOwner: "cake-contrib",
1111
repositoryName: "Cake.AzureDevOps",
1212
appVeyorAccountName: "cakecontrib",
13+
shouldUseDeterministicBuilds: true,
1314
shouldGenerateDocumentation: false, // Fails to restore tool on AppVeyor
1415
shouldRunCoveralls: false, // Fails to restore tool on AppVeyor
1516
shouldRunCodecov: false); // Fails to restore tool on AppVeyor

0 commit comments

Comments
 (0)