🧰 GitHub Action to install .NET nanoFramework build components
Перейти к файлу
José Simões b37b1462cf Fix user agent name 2022-12-27 14:59:16 +00:00
.gitattributes Initial release 2022-01-20 19:58:10 +00:00
.gitignore Initial release 2022-01-20 19:58:10 +00:00
LICENSE.md Initial release 2022-01-20 19:58:10 +00:00
README.md Add support for authenticated requests 2022-12-20 09:17:16 +00:00
action.yml Add support for authenticated requests 2022-12-20 09:17:16 +00:00
install-nf-build-components.ps1 Fix user agent name 2022-12-27 14:59:16 +00:00

README.md

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.