Skip to content

Commit

Permalink
Merge branch 'release/4.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jun 24, 2024
2 parents e59da2d + 717176b commit 5b04c0d
Show file tree
Hide file tree
Showing 71 changed files with 1,434 additions and 190 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ install:
- 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.422 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.423 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.409 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.300 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.302 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
- ps: dotnet --info

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Get the sources
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Install .NET
Expand Down Expand Up @@ -46,12 +46,12 @@ jobs:
os: [
windows-2019, windows-2022,
ubuntu-20.04, ubuntu-22.04,
macos-11, macos-14]
macos-12, macos-14]
dotnet: [6.x, 7.x, 8.x]
runs-on: ${{ matrix.os }}
steps:
- name: Get the sources
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Download build artifact
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
Expand All @@ -76,12 +76,12 @@ jobs:
windows-2019, windows-2022,
# Disabled until https://github.com/cake-contrib/Cake.Issues/issues/514 is fixed
# ubuntu-20.04, ubuntu-22.04,
macos-11, macos-14]
macos-12, macos-14]
dotnet: [6.x, 7.x, 8.x]
runs-on: ${{ matrix.os }}
steps:
- name: Get the sources
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Download build artifact
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
windows-2019, windows-2022,
ubuntu-20.04, ubuntu-22.04,
# Cake.Recipe currently does not support macOS 14 (M1)
macos-11, macos-13]
macos-12, macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Get the sources
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Install .NET
Expand Down
88 changes: 44 additions & 44 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand Down Expand Up @@ -104,10 +104,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand Down Expand Up @@ -137,10 +137,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand All @@ -166,10 +166,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand All @@ -190,10 +190,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand All @@ -219,10 +219,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand All @@ -246,10 +246,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand Down Expand Up @@ -278,10 +278,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand All @@ -305,10 +305,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand All @@ -332,10 +332,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand All @@ -359,10 +359,10 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_11:
imageName: 'macOS-11'
macOS_13:
imageName: 'macOS-13'
macOS_12:
imageName: 'macOS-12'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
imageName: 'ubuntu-20.04'
Ubuntu_22_04:
Expand Down
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Frosting.Issues.DocFx.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public sealed class BuildDocumentationTask : FrostingTask<BuildContext>
LogPath = logPath
});

// Read Issues.
// Read issues.
var issues =
context.ReadIssues(
context.DocFxIssuesFromFilePath(logPath, docRootPath),
Expand Down
3 changes: 2 additions & 1 deletion nuspec/nuget/Cake.Frosting.Issues.DocFx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.DocFx.
<copyright>Copyright © Cake Issues contributors</copyright>
<tags>cake cake-addin cake-issues cake-issueprovider linting docfx</tags>
<readme>docs\README.md</readme>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.5.1</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.6.0</releaseNotes>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
Expand All @@ -48,6 +48,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.DocFx.
<files>
<file src="icon.png" target="" />
<file src="Cake.Frosting.Issues.DocFx.targets" target="build" />
<file src="Cake.Frosting.Issues.DocFx.targets" target="buildTransitive" />
<file src="Cake.Frosting.Issues.DocFx.md" target="docs\README.md" />
<file src="..\..\src\Cake.Issues.DocFx\bin\Release\net6.0\Cake.Issues.DocFx.dll" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.DocFx\bin\Release\net6.0\Cake.Issues.DocFx.pdb" target="lib\net6.0" />
Expand Down
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Frosting.Issues.EsLint.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public sealed class LintTask : FrostingTask<BuildContext>
x.ContinueOnErrors = true;
});

// Read Issues.
// Read issues.
var issues =
context.ReadIssues(
context.EsLintIssuesFromFilePath(logPath, context.EsLintJsonFormat()),
Expand Down
3 changes: 2 additions & 1 deletion nuspec/nuget/Cake.Frosting.Issues.EsLint.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.EsLint.
<copyright>Copyright © Cake Issues contributors</copyright>
<tags>cake cake-addin cake-issues cake-issueprovider code-analysis javascript linting eslint</tags>
<readme>docs\README.md</readme>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.5.1</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.6.0</releaseNotes>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
Expand All @@ -48,6 +48,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.EsLint.
<files>
<file src="icon.png" target="" />
<file src="Cake.Frosting.Issues.EsLint.targets" target="build" />
<file src="Cake.Frosting.Issues.EsLint.targets" target="buildTransitive" />
<file src="Cake.Frosting.Issues.EsLint.md" target="docs\README.md" />
<file src="..\..\src\Cake.Issues.EsLint\bin\Release\net6.0\Cake.Issues.EsLint.dll" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.EsLint\bin\Release\net6.0\Cake.Issues.EsLint.pdb" target="lib\net6.0" />
Expand Down
3 changes: 2 additions & 1 deletion nuspec/nuget/Cake.Frosting.Issues.GitRepository.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.GitRepository.
<copyright>Copyright © Cake Issues contributors</copyright>
<tags>cake cake-addin cake-issues cake-issueprovider code-analysis linting git</tags>
<readme>docs\README.md</readme>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.5.1</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.6.0</releaseNotes>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
Expand All @@ -48,6 +48,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.GitRepository.
<files>
<file src="icon.png" target="" />
<file src="Cake.Frosting.Issues.GitRepository.targets" target="build" />
<file src="Cake.Frosting.Issues.GitRepository.targets" target="buildTransitive" />
<file src="Cake.Frosting.Issues.GitRepository.md" target="docs\README.md" />
<file src="..\..\src\Cake.Issues.GitRepository\bin\Release\net6.0\Cake.Issues.GitRepository.dll" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.GitRepository\bin\Release\net6.0\Cake.Issues.GitRepository.pdb" target="lib\net6.0" />
Expand Down
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Frosting.Issues.InspectCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public sealed class AnalyzeProjectTask : FrostingTask<BuildContext>
};
context.InspectCode(repoRootPath.CombineWithFilePath("MySolution.sln"), settings);

// Read Issues.
// Read issues.
var issues =
context.ReadIssues(
context.InspectCodeIssuesFromFilePath(logPath, docRootPath),
Expand Down
3 changes: 2 additions & 1 deletion nuspec/nuget/Cake.Frosting.Issues.InspectCode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.InspectCode.
<copyright>Copyright © Cake Issues contributors</copyright>
<tags>cake cake-addin cake-issues cake-issueprovider codeanalysis linting inspectcode</tags>
<readme>docs\README.md</readme>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.5.1</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.6.0</releaseNotes>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
Expand All @@ -48,6 +48,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.InspectCode.
<files>
<file src="icon.png" target="" />
<file src="Cake.Frosting.Issues.InspectCode.targets" target="build" />
<file src="Cake.Frosting.Issues.InspectCode.targets" target="buildTransitive" />
<file src="Cake.Frosting.Issues.InspectCode.md" target="docs\README.md" />
<file src="..\..\src\Cake.Issues.InspectCode\bin\Release\net6.0\Cake.Issues.InspectCode.dll" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.InspectCode\bin\Release\net6.0\Cake.Issues.InspectCode.pdb" target="lib\net6.0" />
Expand Down
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Frosting.Issues.Markdownlint.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public sealed class LintDocumentationTask : FrostingTask<BuildContext>
settings.ThrowOnIssue = false;
context.RunMarkdownlintNodeJs(settings);

// Read Issues.
// Read issues.
var issues =
context.ReadIssues(
context.MarkdownlintIssuesFromFilePath(
Expand Down
3 changes: 2 additions & 1 deletion nuspec/nuget/Cake.Frosting.Issues.Markdownlint.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.Markdownlint.
<copyright>Copyright © Cake Issues contributors</copyright>
<tags>cake cake-addin cake-issues cake-issueprovider linting markdown markdownlint</tags>
<readme>docs\README.md</readme>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.5.1</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.6.0</releaseNotes>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
Expand All @@ -48,6 +48,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.Markdownlint.
<files>
<file src="icon.png" target="" />
<file src="Cake.Frosting.Issues.Markdownlint.targets" target="build" />
<file src="Cake.Frosting.Issues.Markdownlint.targets" target="buildTransitive" />
<file src="Cake.Frosting.Issues.Markdownlint.md" target="docs\README.md" />
<file src="..\..\src\Cake.Issues.Markdownlint\bin\Release\net6.0\Cake.Issues.Markdownlint.dll" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.Markdownlint\bin\Release\net6.0\Cake.Issues.Markdownlint.pdb" target="lib\net6.0" />
Expand Down
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Frosting.Issues.MsBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public sealed class BuildSolutionTask : FrostingTask<BuildContext>
logPath.FullPath)
});

// Read Issues.
// Read issues.
var issues =
context.ReadIssues(
context.MsBuildIssuesFromFilePath(logPath, context.MsBuildBinaryLogFileFormat),
Expand Down
3 changes: 2 additions & 1 deletion nuspec/nuget/Cake.Frosting.Issues.MsBuild.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.MsBuild.
<copyright>Copyright © Cake Issues contributors</copyright>
<tags>cake cake-addin cake-issues cake-issueprovider code-analysis linting msbuild</tags>
<readme>docs\README.md</readme>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.5.1</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.6.0</releaseNotes>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
Expand All @@ -52,6 +52,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.MsBuild.
<files>
<file src="icon.png" target="" />
<file src="Cake.Frosting.Issues.MsBuild.targets" target="build" />
<file src="Cake.Frosting.Issues.MsBuild.targets" target="buildTransitive" />
<file src="Cake.Frosting.Issues.MsBuild.md" target="docs\README.md" />
<file src="..\..\src\Cake.Issues.MsBuild\bin\Release\net6.0\Cake.Issues.MsBuild.dll" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.MsBuild\bin\Release\net6.0\Cake.Issues.MsBuild.pdb" target="lib\net6.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.PullRequests.AppVe
<copyright>Copyright © Cake Issues contributors</copyright>
<tags>cake cake-addin cake-issues cake-pullrequestsystem issues pullrequest buildserver appveyor</tags>
<readme>docs\README.md</readme>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.5.1</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.6.0</releaseNotes>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
Expand All @@ -49,6 +49,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.PullRequests.AppVe
<files>
<file src="icon.png" target="" />
<file src="Cake.Frosting.Issues.PullRequests.AppVeyor.targets" target="build" />
<file src="Cake.Frosting.Issues.PullRequests.AppVeyor.targets" target="buildTransitive" />
<file src="Cake.Frosting.Issues.PullRequests.AppVeyor.md" target="docs\README.md" />
<file src="..\..\src\Cake.Issues.PullRequests.AppVeyor\bin\Release\net6.0\Cake.Issues.PullRequests.AppVeyor.dll" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.PullRequests.AppVeyor\bin\Release\net6.0\Cake.Issues.PullRequests.AppVeyor.pdb" target="lib\net6.0" />
Expand Down
Loading

0 comments on commit 5b04c0d

Please sign in to comment.