https://github.com/xt0rted/dotnet-tool-restore
https://github.com/xt0rted/dotnet-tool-restore
dotnet dotnet-core dotnet-tool github-actions
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xt0rted/dotnet-tool-restore
- Owner: xt0rted
- License: mit
- Created: 2019-11-12T09:48:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T10:36:36.000Z (over 1 year ago)
- Last Synced: 2024-10-14T13:06:02.202Z (over 1 year ago)
- Topics: dotnet, dotnet-core, dotnet-tool, github-actions
- Language: TypeScript
- Homepage:
- Size: 588 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET Core Local Tool Restore
[](https://github.com/xt0rted/dotnet-tool-restore/actions/workflows/ci.yml)
[](https://github.com/xt0rted/dotnet-tool-restore/actions/workflows/codeql-analysis.yml)
Restore your .NET Core 3.0+ local tools.
These are located in your `.config/dotnet-tools.json` file.
## Usage
```yml
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- uses: xt0rted/dotnet-tool-restore@v1
- run: dotnet-format --dry-run
```
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE)