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.
Install .NET nanoFramework build components as part of a GitHub Action building a project/solution.
- uses: nanoframework/nanobuild@v1
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 }}
An optional parameter usePreview
(boolean) set through an environment variable sets the usage of preview version of the VS extension downloaded from the Open VSIX gallery.
Like this:
- uses: nanoframework/nanobuild@v1
env:
USE_PREVIEW: true
For documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo.
Join our Discord community here.
The list of contributors to this project can be found at CONTRIBUTORS.
The nanoFramework Class Libraries are licensed under the MIT license.
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.
This project is supported by the .NET Foundation.