xt0rted / dotnet-tool-restore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Core Local Tool Restore

CI CodeQL

Restore your .NET Core 3.0+ local tools. These are located in your .config/dotnet-tools.json file.

Usage

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

About

License:MIT License


Languages

Language:TypeScript 100.0%