Skip to content

🧰 GitHub Action to install .NET nanoFramework build components

Notifications You must be signed in to change notification settings

nanoframework/nanobuild

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

License #yourfirstpr Discord

nanoFramework logo


GitHub Action that installs .NET nanoFramework build components

This action installs .NET nanoFramework build components required to build projects and solutions in GitHub Actions.

It doesn't require any configurations, simply installs the components.

Example usage

Install .NET nanoFramework build components as part of a GitHub Action building a project/solution.

- uses: nanoframework/nanobuild@v1

Authenticated usage

Request to GitHub API to retrieve the version information can be authenticated by adding the gitHubAuth and passing a GitHub Personal Access Token as a environment variable. This can be used for example if there is the need to perform authenticated requests or to keep the API usage rate under control. In this case, it will look like this:

- uses: nanoframework/nanobuild@v1
  env:
    GITHUB_AUTH_TOKEN: ${{ secrets.githubAuth }}

Feedback and documentation

For documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo.

Join our Discord community here.

Credits

The list of contributors to this project can be found at CONTRIBUTORS.

License

The nanoFramework Class Libraries are licensed under the MIT license.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community. For more information see the .NET Foundation Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.