Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(GH-512) Add Cake.Frosting.Issues.PullRequests.GitHubActions addin #523

Merged
merged 1 commit into from
Apr 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ For questions and to discuss ideas & feature requests, use the [GitHub discussio
| [Cake.Issues.PullRequests](https://www.nuget.org/packages/Cake.Issues.PullRequests) | [Cake.Frosting.Issues.PullRequests](https://www.nuget.org/packages/Cake.Frosting.Issues.PullRequests) | Addin providing the aliases for writing issues to pull requests and build servers. |
| [Cake.Issues.PullRequests.AppVeyor](https://www.nuget.org/packages/Cake.Issues.PullRequests.AppVeyor) | [Cake.Issues.PullRequests.AppVeyor](https://www.nuget.org/packages/Cake.Issues.PullRequests.AppVeyor) | Integration with AppVeyor builds. |
| [Cake.Issues.PullRequests.AzureDevOps](https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps) | [Cake.Frosting.Issues.PullRequests.AzureDevOps](https://www.nuget.org/packages/Cake.Frosting.Issues.PullRequests.AzureDevOps) | Integration with Azure DevOps pull requests. |
| [Cake.Issues.PullRequests.GitHubActions](https://www.nuget.org/packages/Cake.Issues.PullRequests.GitHubActions) | [Cake.Issues.PullRequests.AzureDevOps](https://www.nuget.org/packages/Cake.Issues.PullRequests.AzureDevOps) | Integration with GitHub Actions. |
| [Cake.Issues.PullRequests.GitHubActions](https://www.nuget.org/packages/Cake.Issues.PullRequests.GitHubActions) | [Cake.Frosting.Issues.PullRequests.GitHubActions](https://www.nuget.org/packages/Cake.Frosting.Issues.PullRequests.GitHubActions) | Integration with GitHub Actions. |
| [Cake.Issues.Reporting](https://www.nuget.org/packages/Cake.Issues.Reporting) | [Cake.Frosting.Issues.Reporting](https://www.nuget.org/packages/Cake.Frosting.Issues.Reporting) | Addin providing the aliases for creating reports. |
| [Cake.Issues.Reporting.Console](https://www.nuget.org/packages/Cake.Issues.Reporting.Console) | [Cake.Frosting.Issues.Reporting.Console](https://www.nuget.org/packages/Cake.Frosting.Issues.Reporting.Console) | Support for reporting issues to the console. |
| [Cake.Issues.Reporting.Generic](https://www.nuget.org/packages/Cake.Issues.Reporting.Generic) | [Cake.Frosting.Issues.Reporting.Generic](https://www.nuget.org/packages/Cake.Frosting.Issues.Reporting.Generic) | Support for creating reports in any text based format (HTML, Markdown, ...). |
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Cake.Frosting.Issues.PullRequests.GitHubActions</id>
<title>Cake.Frosting.Issues.PullRequests.GitHubActions</title>
<version>0.0.0</version>
<authors>Cake Issues contributors</authors>
<owners>pascalberger, cake-contrib</owners>
<summary>GitHub Actions support for the Cake.Issues addin for Cake Frosting</summary>
<description>
GitHub Actions support for the Cake.Issues addin for Cake allows you to report to GitHub Actions builds.

This addin provides the aliases for writing to GitHub Actions builds.
It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers.

See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.

NOTE:
This is the version of the addin compatible with Cake Frosting.
For addin compatible with Cake Script Runners see Cake.Issues.PullRequests.GitHubActions.
</description>
<license type="expression">MIT</license>
<projectUrl>https://cakeissues.net</projectUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.git"/>
<copyright>Copyright © Cake Issues contributors</copyright>
<tags>cake cake-addin cake-issues cake-pullrequestsystem issues pullrequest buildserver github github-actions</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/4.0.0</releaseNotes>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
<dependency id="Cake.Issues" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Issues.PullRequests" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
</group>
<group targetFramework="net7.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
<dependency id="Cake.Issues" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Issues.PullRequests" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
<dependency id="Cake.Issues" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Issues.PullRequests" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="icon.png" target="" />
<file src="..\..\src\Cake.Issues.PullRequests.GitHubActions\bin\Release\net6.0\Cake.Issues.PullRequests.GitHubActions.dll" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.PullRequests.GitHubActions\bin\Release\net6.0\Cake.Issues.PullRequests.GitHubActions.pdb" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.PullRequests.GitHubActions\bin\Release\net6.0\Cake.Issues.PullRequests.GitHubActions.xml" target="lib\net6.0" />
<file src="..\..\src\Cake.Issues.PullRequests.GitHubActions\bin\Release\net7.0\Cake.Issues.PullRequests.GitHubActions.dll" target="lib\net7.0" />
<file src="..\..\src\Cake.Issues.PullRequests.GitHubActions\bin\Release\net7.0\Cake.Issues.PullRequests.GitHubActions.pdb" target="lib\net7.0" />
<file src="..\..\src\Cake.Issues.PullRequests.GitHubActions\bin\Release\net7.0\Cake.Issues.PullRequests.GitHubActions.xml" target="lib\net7.0" />
<file src="..\..\src\Cake.Issues.PullRequests.GitHubActions\bin\Release\net8.0\Cake.Issues.PullRequests.GitHubActions.dll" target="lib\net8.0" />
<file src="..\..\src\Cake.Issues.PullRequests.GitHubActions\bin\Release\net8.0\Cake.Issues.PullRequests.GitHubActions.pdb" target="lib\net8.0" />
<file src="..\..\src\Cake.Issues.PullRequests.GitHubActions\bin\Release\net8.0\Cake.Issues.PullRequests.GitHubActions.xml" target="lib\net8.0" />
</files>
</package>
4 changes: 4 additions & 0 deletions nuspec/nuget/Cake.Issues.PullRequests.GitHubActions.nuspec
Original file line number Diff line number Diff line change
@@ -14,6 +14,10 @@ This addin provides the aliases for writing to GitHub Actions builds.
It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers.

See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.

NOTE:
This is the version of the addin compatible with Cake Script Runners.
For addin compatible with Cake Frosting see Cake.Frosting.Issues.PullRequests.GitHubActions.
</description>
<license type="expression">MIT</license>
<projectUrl>https://cakeissues.net</projectUrl>
Loading