Skip to content
download

GitHub Action

.NET Core Local Tool Restore

v1.0.1 Latest version

.NET Core Local Tool Restore

download

.NET Core Local Tool Restore

Restores your .NET Core local tools

Installation

Copy and paste the following snippet into your .yml file.

              

- name: .NET Core Local Tool Restore

uses: xt0rted/dotnet-tool-restore@v1.0.1

Learn more about this action in xt0rted/dotnet-tool-restore

Choose a version

.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