b37b1462cf | ||
---|---|---|
.gitattributes | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
action.yml | ||
install-nf-build-components.ps1 |
README.md
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.