dotnet-releaser | Easily build , run tests

 by   xoofx C# Version: 0.6.3 License: BSD-2-Clause

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              dotnet-releaser has a low active ecosystem.
              It has 609 star(s) with 19 fork(s). There are 8 watchers for this library.
              OutlinedDot
              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

            kandi-Quality Quality

              dotnet-releaser has no bugs reported.

            kandi-Security Security

              dotnet-releaser has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License 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.

            kandi-Reuse 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
            Get all kandi verified functions for this library.

            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.

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/xoofx/dotnet-releaser.git

          • CLI

            gh repo clone xoofx/dotnet-releaser

          • sshUrl

            git@github.com:xoofx/dotnet-releaser.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link