Skip to content

Commit

Permalink
(build) Change preferred build provider to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Mar 23, 2021
1 parent 6e4e7c2 commit eb91fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- "release/**"
- "hotfix/**"
- "feature/**"
tags:
- "*"
paths-ignore:
- "README.md"
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ BuildParameters.SetParameters(
shouldRunDotNetCorePack: true,
solutionFilePath: "./Cake.Transifex.sln",
testFilePattern: "/**/*.Tests.csproj",
preferredBuildAgentOperatingSystem: PlatformFamily.Linux,
preferredBuildProviderType: BuildProviderType.GitHubActions,
shouldRunCodecov: true,
shouldRunCoveralls: false,
shouldUseDeterministicBuilds: true,
Expand Down

0 comments on commit eb91fce

Please sign in to comment.