Skip to content

Commit

Permalink
Merge pull request #47 from nils-a/feature/GH-46
Browse files Browse the repository at this point in the history
(#46) switched running releases to GH-Actions
  • Loading branch information
nils-a authored Jul 24, 2024
2 parents c908e14 + bfc9572 commit d3c3895
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ BuildParameters.SetParameters(context: Context,
repositoryOwner: "cake-contrib",
repositoryName: "Cake.Chocolatey.Module",
shouldRunCodecov: false,
shouldRunCoveralls: false,
shouldPostToGitter: false,
appVeyorAccountName: "cakecontrib",
shouldRunDotNetCorePack: true);
shouldRunDotNetCorePack: true,
preferredBuildProviderType: BuildProviderType.GitHubActions,
preferredBuildAgentOperatingSystem: PlatformFamily.Windows);

BuildParameters.PrintParameters(Context);

Expand Down

0 comments on commit d3c3895

Please sign in to comment.