Skip to content

Commit

Permalink
(build) Update cake.recipe to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Feb 13, 2021
1 parent acfd6d3 commit 79e1388
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
18 changes: 8 additions & 10 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.38.4",
"commands": [
"dotnet-cake"
]
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.38.5",
"commands": ["dotnet-cake"]
}
}
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
script-path: recipe.cake
target: CI
verbosity: Diagnostic
cake-version: 0.38.4
cake-version: 0.38.5
cake-bootstrap: true
- name: Upload artifacts
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
script-path: recipe.cake
target: Force-Publish-Documentation
verbosity: Diagnostic
cake-version: 0.38.4
cake-version: 0.38.5
cake-bootstrap: true
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
script-path: recipe.cake
target: releasenotes
verbosity: Diagnostic
cake-version: 0.38.4
cake-version: 0.38.5
cake-bootstrap: true
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"peacock.color": "#995700",
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.enableEditorConfigSupport": true
"omnisharp.enableEditorConfigSupport": true,
"powershell.codeFormatting.addWhitespaceAroundPipe": true
}
6 changes: 2 additions & 4 deletions recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:https://ci.appveyor.com/nuget/cake-recipe?package=Cake.Recipe&version=2.0.0-alpha0487&prerelease
#load nuget:?package=Cake.Recipe&version=2.1.0
#load "./.build/*.cake"
Environment.SetVariableNames();
Expand All @@ -17,9 +17,7 @@ BuildParameters.SetParameters(
shouldRunCodecov: true,
shouldRunCoveralls: false,
shouldUseDeterministicBuilds: true,
shouldUseTargetFrameworkPath: false,
preferredBuildAgentOperatingSystem: PlatformFamily.Linux,
preferredBuildProviderType: BuildProviderType.GitHubActions);
shouldUseTargetFrameworkPath: false);

ToolSettings.SetToolSettings(context: Context);

Expand Down

0 comments on commit 79e1388

Please sign in to comment.