From 49fd6bf2aa0e34a6fb0579933c295eb5b0d0bcd5 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 8 Aug 2022 19:52:05 +0000 Subject: [PATCH 01/12] Update to final version of Cake.Recipe 3.0 (#147) --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index 6a2179a..86ab2d7 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:https://pkgs.dev.azure.com/cake-contrib/Home/_packaging/addins/nuget/v3/index.json?package=Cake.Recipe&version=3.0.0-beta0001-0007&prerelease +#load nuget:?package=Cake.Recipe&version=3.0.0 //************************************************************************************************* // Settings From 815782965efaa3d2d03cb7163d26071ddfc96bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:40:24 +0200 Subject: [PATCH 02/12] Bump Shouldly from 4.0.3 to 4.1.0 in /src (#149) Bumps [Shouldly](https://github.com/shouldly/shouldly) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/shouldly/shouldly/releases) - [Changelog](https://github.com/shouldly/shouldly/blob/master/BREAKING%20CHANGES.txt) - [Commits](https://github.com/shouldly/shouldly/compare/v4.0.3...4.1.0) --- updated-dependencies: - dependency-name: Shouldly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index a5c7a2d..e7d9e37 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -32,7 +32,7 @@ 2.0.0 - 4.0.3 + 4.1.0 1.1.118 From b6b324ab8b54b7452621d5fa257cface0cada2d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 20:48:59 +0000 Subject: [PATCH 03/12] Bump xunit from 2.4.1 to 2.4.2 in /src (#146) Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/xunit/xunit/releases) - [Commits](https://github.com/xunit/xunit/compare/2.4.1...2.4.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index e7d9e37..9dfe55e 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -41,7 +41,7 @@ - 2.4.1 + 2.4.2 2.4.5 From 4909379f0f764da153990fe947e9dc6cff0f9e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:58:40 +0200 Subject: [PATCH 04/12] Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.2 in /src (#152) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 9dfe55e..bff57b3 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -39,7 +39,7 @@ runtime; build; native; contentfiles; analyzers all - + 2.4.2 From 036b0ff5f22a37086193d3bafaf0891c1b568257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 22:26:56 +0000 Subject: [PATCH 05/12] Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 in /src (#153) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.4.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.3.2...v17.4.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 919808d..b43d30e 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -39,7 +39,7 @@ runtime; build; native; contentfiles; analyzers all - + 2.4.2 From d2d0561b6f049be34b7c861493318e38a7f22f19 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Wed, 21 Jun 2023 00:13:04 +0200 Subject: [PATCH 06/12] (GH-161) Build against Cake 3.0 and update target frameworks (#166) --- .appveyor.yml | 15 ++++++-- azure-pipelines.yml | 37 +++++++++++++++++++ nuspec/nuget/Cake.Issues.GitRepository.nuspec | 9 ++--- .../Cake.Issues.GitRepository.Tests.csproj | 8 ++-- .../Cake.Issues.GitRepository.csproj | 6 +-- tests/script-runner/.config/dotnet-tools.json | 2 +- 6 files changed, 60 insertions(+), 17 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9a8e52c..f7f80b0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,12 +4,21 @@ image: Visual Studio 2022 #---------------------------------# -# Build Script # +# Install .NET # #---------------------------------# install: - # Update to latest NuGet version since we require 5.3.0 for embedded icon - - ps: nuget update -self + - ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk" + - ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null + - ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.405 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.102 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" + - ps: dotnet --info +#---------------------------------# +# Build Script # +#---------------------------------# build_script: - ps: .\build.ps1 --target=CI diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1befa5a..cc3a60b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,6 +15,19 @@ jobs: pool: vmImage: 'windows-2022' steps: + # .NET 5 required for GitVersion + - task: UseDotNet@2 + inputs: + version: '5.x' + displayName: 'Install .NET 5' + - task: UseDotNet@2 + inputs: + version: '6.x' + displayName: 'Install .NET 6' + - task: UseDotNet@2 + inputs: + version: '7.x' + displayName: 'Install .NET 7' - powershell: ./build.ps1 displayName: 'Build' - publish: $(Build.SourcesDirectory)/BuildArtifacts/Packages/NuGet @@ -30,6 +43,10 @@ jobs: - download: current artifact: NuGet Package displayName: 'Download build artifact' + - task: UseDotNet@2 + inputs: + version: '6.x' + displayName: 'Install .NET 6' - task: CopyFiles@2 inputs: sourceFolder: $(Pipeline.Workspace)/NuGet Package @@ -51,6 +68,10 @@ jobs: - download: current artifact: NuGet Package displayName: 'Download build artifact' + - task: UseDotNet@2 + inputs: + version: '6.x' + displayName: 'Install .NET 6' - task: CopyFiles@2 inputs: sourceFolder: $(Pipeline.Workspace)/NuGet Package @@ -72,6 +93,10 @@ jobs: - download: current artifact: NuGet Package displayName: 'Download build artifact' + - task: UseDotNet@2 + inputs: + version: '6.x' + displayName: 'Install .NET 6' - task: CopyFiles@2 inputs: sourceFolder: $(Pipeline.Workspace)/NuGet Package @@ -93,6 +118,10 @@ jobs: - download: current artifact: NuGet Package displayName: 'Download build artifact' + - task: UseDotNet@2 + inputs: + version: '6.x' + displayName: 'Install .NET 6' - task: CopyFiles@2 inputs: sourceFolder: $(Pipeline.Workspace)/NuGet Package @@ -114,6 +143,10 @@ jobs: - download: current artifact: NuGet Package displayName: 'Download build artifact' + - task: UseDotNet@2 + inputs: + version: '6.x' + displayName: 'Install .NET 6' - task: CopyFiles@2 inputs: sourceFolder: $(Pipeline.Workspace)/NuGet Package @@ -135,6 +168,10 @@ jobs: - download: current artifact: NuGet Package displayName: 'Download build artifact' + - task: UseDotNet@2 + inputs: + version: '6.x' + displayName: 'Install .NET 6' - task: CopyFiles@2 inputs: sourceFolder: $(Pipeline.Workspace)/NuGet Package diff --git a/nuspec/nuget/Cake.Issues.GitRepository.nuspec b/nuspec/nuget/Cake.Issues.GitRepository.nuspec index 487dd10..35cb620 100644 --- a/nuspec/nuget/Cake.Issues.GitRepository.nuspec +++ b/nuspec/nuget/Cake.Issues.GitRepository.nuspec @@ -28,14 +28,11 @@ See the Project Site for an overview of the whole ecosystem of addins for workin - - - - - - + + + diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index b43d30e..8b46645 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -2,7 +2,7 @@ Library - netcoreapp3.1 + net6.0 false Tests for the Cake.Issues.GitRepository addin Pascal Berger @@ -23,13 +23,13 @@ - 2.0.0 + 3.0.0-beta0002 - 2.0.0 + 3.0.0-beta0002 - 2.0.0 + 3.0.0 4.1.0 diff --git a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj index 44d1aa1..d019788 100644 --- a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj +++ b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj @@ -2,7 +2,7 @@ Library - netcoreapp3.1;net5.0;net6.0 + net6.0;net7.0 Git repository linting support for the Cake.Issues addin for Cake Build Automation System Pascal Berger Cake.Issues @@ -28,10 +28,10 @@ - 2.0.0 + 3.0.0 - 2.0.0 + 3.0.0-beta0002 all diff --git a/tests/script-runner/.config/dotnet-tools.json b/tests/script-runner/.config/dotnet-tools.json index db6b2cb..a37608c 100644 --- a/tests/script-runner/.config/dotnet-tools.json +++ b/tests/script-runner/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "2.0.0", + "version": "3.0.0", "commands": [ "dotnet-cake" ] From d928d65fa687df862329f9883591d8474948e173 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Wed, 21 Jun 2023 00:27:04 +0200 Subject: [PATCH 07/12] Test against Ubuntu 22 (#167) --- azure-pipelines.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cc3a60b..54bf7ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -133,12 +133,12 @@ jobs: - publish: $(Build.SourcesDirectory)/BuildArtifacts/TestResults/Integration artifact: Integration Tests macOS 12 (.NET Core tool) displayName: 'Publish generated reports as build artifact' -# Integration Tests Ubuntu 18.04 (.NET Core tool) -- job: Test_Ubuntu_18_04_DotNetCoreTool - displayName: Integration Tests Ubuntu 18.04 (.NET Core tool) +# Integration Tests Ubuntu 20.04 (.NET Core tool) +- job: Test_Ubuntu_20_04_DotNetCoreTool + displayName: Integration Tests Ubuntu 20.04 (.NET Core tool) dependsOn: Build pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' steps: - download: current artifact: NuGet Package @@ -156,14 +156,14 @@ jobs: workingDirectory: ./tests/script-runner/ displayName: 'Run integration tests' - publish: $(Build.SourcesDirectory)/BuildArtifacts/TestResults/Integration - artifact: Integration Tests Ubuntu 18.04 (.NET Core tool) + artifact: Integration Tests Ubuntu 20.04 (.NET Core tool) displayName: 'Publish generated reports as build artifact' -# Integration Tests Ubuntu 20.04 (.NET Core tool) -- job: Test_Ubuntu_20_04_DotNetCoreTool - displayName: Integration Tests Ubuntu 20.04 (.NET Core tool) +# Integration Tests Ubuntu 22.04 (.NET Core tool) +- job: Test_Ubuntu_22_04_DotNetCoreTool + displayName: Integration Tests Ubuntu 22.04 (.NET Core tool) dependsOn: Build pool: - vmImage: 'ubuntu-20.04' + vmImage: 'ubuntu-22.04' steps: - download: current artifact: NuGet Package @@ -181,5 +181,5 @@ jobs: workingDirectory: ./tests/script-runner/ displayName: 'Run integration tests' - publish: $(Build.SourcesDirectory)/BuildArtifacts/TestResults/Integration - artifact: Integration Tests Ubuntu 20.04 (.NET Core tool) - displayName: 'Publish generated reports as build artifact' \ No newline at end of file + artifact: Integration Tests Ubuntu 22.04 (.NET Core tool) + displayName: 'Publish generated reports as build artifact' From 2f28024f6915f35b1ecc1b8cd0775498c76f6292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 05:14:59 +0000 Subject: [PATCH 08/12] Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.6.2 in /src (#168) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.6.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.4.0...v17.6.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 8b46645..e97de88 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -1,4 +1,4 @@ - + Library @@ -39,7 +39,7 @@ runtime; build; native; contentfiles; analyzers all - + 2.4.2 From 812a526a7a51fae6cdd9624cb9d51df2ffb76a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 05:23:56 +0000 Subject: [PATCH 09/12] Bump Microsoft.CodeAnalysis.NetAnalyzers from 6.0.0 to 7.0.3 in /src (#169) Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 6.0.0 to 7.0.3. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md) - [Commits](https://github.com/dotnet/roslyn-analyzers/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj index d019788..460b6d6 100644 --- a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj +++ b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj @@ -1,4 +1,4 @@ - + Library @@ -33,7 +33,7 @@ 3.0.0-beta0002 - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 7fca5c0a336b6175e6f023c0b49f25076426c26d Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Wed, 21 Jun 2023 07:34:52 +0200 Subject: [PATCH 10/12] Update release notes link --- nuspec/nuget/Cake.Issues.GitRepository.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuspec/nuget/Cake.Issues.GitRepository.nuspec b/nuspec/nuget/Cake.Issues.GitRepository.nuspec index 35cb620..5629f98 100644 --- a/nuspec/nuget/Cake.Issues.GitRepository.nuspec +++ b/nuspec/nuget/Cake.Issues.GitRepository.nuspec @@ -24,7 +24,7 @@ See the Project Site for an overview of the whole ecosystem of addins for workin Copyright © Pascal Berger cake cake-addin cake-issues cake-issueprovider code-analysis linting git - https://github.com/cake-contrib/Cake.Issues.GitRepository/releases/tag/2.0.0 + https://github.com/cake-contrib/Cake.Issues.GitRepository/releases/tag/3.0.0 From f4f84f991685044c445bca53f4031d5cb4fec90d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:34:15 +0000 Subject: [PATCH 11/12] Update Cake.Issues to v3.0.0 --- .../Cake.Issues.GitRepository.Tests.csproj | 4 ++-- .../Cake.Issues.GitRepository.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index e97de88..b64a15f 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -23,10 +23,10 @@ - 3.0.0-beta0002 + 3.0.0 - 3.0.0-beta0002 + 3.0.0 3.0.0 diff --git a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj index 460b6d6..a42b318 100644 --- a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj +++ b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj @@ -31,7 +31,7 @@ 3.0.0 - 3.0.0-beta0002 + 3.0.0 all From 11a1118be4378e1608f30fdabbd6f0a9c39ba4a9 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Fri, 14 Jul 2023 18:14:12 +0200 Subject: [PATCH 12/12] Disable posting to Gitter --- recipe.cake | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe.cake b/recipe.cake index 86ab2d7..9b022a9 100644 --- a/recipe.cake +++ b/recipe.cake @@ -15,6 +15,7 @@ BuildParameters.SetParameters( repositoryName: "Cake.Issues.GitRepository", appVeyorAccountName: "cakecontrib", shouldRunCoveralls: false, // Disabled because it's currently failing + shouldPostToGitter: false, // Disabled because it's currently failing shouldGenerateDocumentation: false, integrationTestScriptPath: "./tests/integration/tests.cake");