diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 38bd0ea..c2270b4 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -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"] + } } - } -} \ No newline at end of file +} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fc589e..eed01c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/upload-artifact@v2.1.4 diff --git a/.github/workflows/publishdocs.yml b/.github/workflows/publishdocs.yml index a4283a0..3933601 100644 --- a/.github/workflows/publishdocs.yml +++ b/.github/workflows/publishdocs.yml @@ -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 diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 61a7adf..d8e3813 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json index 71f1521..52c1b94 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,5 +16,6 @@ }, "peacock.color": "#995700", "omnisharp.enableRoslynAnalyzers": true, - "omnisharp.enableEditorConfigSupport": true + "omnisharp.enableEditorConfigSupport": true, + "powershell.codeFormatting.addWhitespaceAroundPipe": true } diff --git a/recipe.cake b/recipe.cake index 4298b29..e05f0fa 100644 --- a/recipe.cake +++ b/recipe.cake @@ -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(); @@ -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);