dotnet-releaser | Easily build , run tests
kandi X-RAY | dotnet-releaser Summary
kandi X-RAY | dotnet-releaser Summary
dotnet-releaser is a C# library. dotnet-releaser has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Easily build, run tests and coverage, cross-compile, package and publish your .NET library or application to NuGet and GitHub.
Easily build, run tests and coverage, cross-compile, package and publish your .NET library or application to NuGet and GitHub.
Support
Quality
Security
License
Reuse
Support
dotnet-releaser has a low active ecosystem.
It has 609 star(s) with 19 fork(s). There are 8 watchers for this library.
It had no major release in the last 12 months.
There are 8 open issues and 30 have been closed. On average issues are closed in 11 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of dotnet-releaser is 0.6.3
Quality
dotnet-releaser has no bugs reported.
Security
dotnet-releaser has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
dotnet-releaser is licensed under the BSD-2-Clause License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
dotnet-releaser releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dotnet-releaser
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dotnet-releaser
dotnet-releaser Key Features
No Key Features are available at this moment for dotnet-releaser.
dotnet-releaser Examples and Code Snippets
No Code Snippets are available at this moment for dotnet-releaser.
Community Discussions
No Community Discussions are available at this moment for dotnet-releaser.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dotnet-releaser
See the user guide below for further details on how to use dotnet-releaser.
Create a dotnet-releaser.toml at the same level you have your .NET solution. Most projects won't need more than this kind of configuration: [msbuild] project = "Tonlyn.sln" [github] user = "xoofx" repo = "Tomlyn"
Install dotnet-releaser as a global .NET tool. dotnet tool install --global dotnet-releaser"
If you want to try a full build locally: dotnet-releaser build --force dotnet-releaser.toml
If you want to integrate it to GitHub Action, use the dotnet-releaser run command. More details in the doc Adding dotnet-releaser to your CI on GitHub. It is no more complicated than adding the following lines in your GitHub workflow file: steps: - name: Checkout uses: actions/checkout@v2 with: fetch-depth: 0 - name: Install .NET 6.0 uses: actions/setup-dotnet@v1 with: dotnet-version: '6.0.x' - name: Build, Tests, Cover, Pack and Publish (on push tag) shell: bash run: | dotnet tool install --global dotnet-releaser dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml Notice the recommended usage of shell: bash so that if a secrets token is empty, bash won't remove the quotes, unlike pwsh.
Create a dotnet-releaser.toml at the same level you have your .NET solution. Most projects won't need more than this kind of configuration: [msbuild] project = "Tonlyn.sln" [github] user = "xoofx" repo = "Tomlyn"
Install dotnet-releaser as a global .NET tool. dotnet tool install --global dotnet-releaser"
If you want to try a full build locally: dotnet-releaser build --force dotnet-releaser.toml
If you want to integrate it to GitHub Action, use the dotnet-releaser run command. More details in the doc Adding dotnet-releaser to your CI on GitHub. It is no more complicated than adding the following lines in your GitHub workflow file: steps: - name: Checkout uses: actions/checkout@v2 with: fetch-depth: 0 - name: Install .NET 6.0 uses: actions/setup-dotnet@v1 with: dotnet-version: '6.0.x' - name: Build, Tests, Cover, Pack and Publish (on push tag) shell: bash run: | dotnet tool install --global dotnet-releaser dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml Notice the recommended usage of shell: bash so that if a secrets token is empty, bash won't remove the quotes, unlike pwsh.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page