Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Setup ReSharper Command Line Tools

v1.1.0

Setup ReSharper Command Line Tools

play

Setup ReSharper Command Line Tools

Set up a specific version of the ReSharper Command Line Tools in the PATH

Installation

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

              

- name: Setup ReSharper Command Line Tools

uses: goit/[email protected]

Learn more about this action in goit/setup-resharper

Choose a version

setup-resharper

version build-test

This action sets up a ReSharper Command Line Tools environment for use in actions by:

  • downloading and caching a version of ReSharper CTL and adding it to PATH

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master
- uses: goit/setup-resharper@v1
  with:
    version: '2020.1'
- run: InspectCode <solution file>

License

The scripts and documentation in this project are released under the MIT License