Skip to content

wandera/dotnet-tool-restore

 
 

Repository files navigation

.NET Core Local Tool Restore

CI

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

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%