-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-512) Add Cake.Frosting.Issues.PullRequests.GitHubActions addin
- Loading branch information
1 parent
c8d347a
commit a13aa22
Showing
3 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
nuspec/nuget/Cake.Frosting.Issues.PullRequests.GitHubActions.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters