nanoframework/.NET nanoFramework dependencies updater
Updates .NET nanoFramework NuGet packages and nuspec files on .NET nanoFramework solutions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workingDirectory | Repo root|Working directory. Use when targeting Solution file(s) other than the repository root. | no | ${{ github.workspace }} |
| stablePackages | Use stable NuGet package versions. | no | true |
| previewPackages | Use preview NuGet package versions. | no | false |
| solutionsToCheck | List of Solution(s) to update in the `workingDirectory` directory. | no | "" |
| reposToUpdate | List of repository(es) to update. | no | "" |
| exclusionList | List of solution names to exclude from the update. Comma separated, name only. | no | "" |
| branchToPr | Branch name to submit PR with update. Default is `main`. | no | main |
| gitHubUser | Git hub user for creating PR. | no | "" |
| gitHubEmail | Git hub user email for creating PR. | no | "" |
| gitHubAuth | GitHub Personal Access Token for creating PR. | no | "" |
| repoOwner | Repository owner on git hub. https://github.com/[repoOwner]/repositoryName | no | "" |
| nugetConfig | Path to nuget.config file to use for NuGet operations. | no | "" |
| useTokenForClone | Set to true if you trying to update private GitHub repository. | no | false |
| excludePaths | List of paths to exclude from the update. Comma separated. | no | "" |
Outputs
no outputs