p6m-actions/.NET Setup
Setup .NET SDK with caching for faster builds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dotnet-version | .NET SDK version to install | no | 8.0.x |
| global-json-file | Path to global.json file to read version from | no | — |
| cache | Enable NuGet package caching | no | true |
| install-dependencies | Restore NuGet packages after setup | no | true |
Outputs
| name | description |
|---|---|
| dotnet-version | The installed .NET SDK version |
| cache-hit | Whether the NuGet cache was hit |
| nuget-cache-dir | Path to the NuGet cache directory |