diff --git a/.appveyor.yml b/.appveyor.yml index 8566e23..f7f80b0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,9 +10,9 @@ install: - 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 3.1.100 -InstallDir $env:DOTNET_INSTALL_DIR' - 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 diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 409c718..5f2b72a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,14 +8,10 @@ updates: open-pull-requests-limit: 10 ignore: - dependency-name: Cake.Core - versions: - - "(,3.0)" + update-types: ["version-update:semver-minor"] - dependency-name: Cake.Testing - versions: - - "(,3.0)" + update-types: ["version-update:semver-minor"] - dependency-name: Cake.Issues - versions: - - "> 1.0.0, < 2" + update-types: ["version-update:semver-minor"] - dependency-name: Cake.Issues.Testing - versions: - - "> 1.0.0, < 2" + update-types: ["version-update:semver-minor"] \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cc11666..29d4864 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,10 +14,6 @@ jobs: pool: vmImage: 'windows-2022' steps: - - task: UseDotNet@2 - inputs: - version: '3.1.x' - displayName: 'Install .NET Core 3.1' # .NET 5 required for GitVersion - task: UseDotNet@2 inputs: @@ -27,5 +23,9 @@ jobs: inputs: version: '6.x' displayName: 'Install .NET 6' + - task: UseDotNet@2 + inputs: + version: '7.x' + displayName: 'Install .NET 7' - powershell: ./build.ps1 displayName: 'Cake Build' diff --git a/nuspec/nuget/Cake.Issues.DocFx.nuspec b/nuspec/nuget/Cake.Issues.DocFx.nuspec index 87f267a..f80d9d0 100644 --- a/nuspec/nuget/Cake.Issues.DocFx.nuspec +++ b/nuspec/nuget/Cake.Issues.DocFx.nuspec @@ -24,18 +24,15 @@ See the Project Site for an overview of the whole ecosystem of addins for workin Copyright © BBT Software AG and contributors cake cake-addin cake-issues cake-issueprovider linting docfx - https://github.com/cake-contrib/Cake.Issues.DocFx/releases/tag/2.0.0 + https://github.com/cake-contrib/Cake.Issues.DocFx/releases/tag/3.0.0 - - - - - - + + + diff --git a/recipe.cake b/recipe.cake index d12b80d..96ebb31 100644 --- a/recipe.cake +++ b/recipe.cake @@ -15,6 +15,7 @@ BuildParameters.SetParameters( repositoryName: "Cake.Issues.DocFx", appVeyorAccountName: "cakecontrib", shouldRunCoveralls: false, // Disabled because it's currently failing + shouldPostToGitter: false, // Disabled because it's currently failing shouldGenerateDocumentation: false); BuildParameters.PrintParameters(Context); diff --git a/src/Cake.Issues.DocFx.Tests/Cake.Issues.DocFx.Tests.csproj b/src/Cake.Issues.DocFx.Tests/Cake.Issues.DocFx.Tests.csproj index 21daef6..66e0e67 100644 --- a/src/Cake.Issues.DocFx.Tests/Cake.Issues.DocFx.Tests.csproj +++ b/src/Cake.Issues.DocFx.Tests/Cake.Issues.DocFx.Tests.csproj @@ -1,8 +1,8 @@ - + Library - net5.0 + net6.0 false Tests for the Cake.Issues.DocFx addin BBT Software AG @@ -34,11 +34,11 @@ - - - - - + + + + + 1.1.118 runtime; build; native; contentfiles; analyzers diff --git a/src/Cake.Issues.DocFx/Cake.Issues.DocFx.csproj b/src/Cake.Issues.DocFx/Cake.Issues.DocFx.csproj index d4484bd..1fe6ce2 100644 --- a/src/Cake.Issues.DocFx/Cake.Issues.DocFx.csproj +++ b/src/Cake.Issues.DocFx/Cake.Issues.DocFx.csproj @@ -1,8 +1,8 @@ - + Library - netcoreapp3.1;net5.0;net6.0 + net6.0;net7.0 DocFx support for the Cake.Issues Addin for Cake Build Automation System BBT Software AG BBT Software AG @@ -25,9 +25,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive