Setup ReSharper Command Line Tools
ActionsSet up a specific version of the ReSharper Command Line Tools in the PATH
v3.0.1
LatestBy goit
Verified creator
Tags
(2)Verified
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
See action.yml
Basic:
steps:
- uses: actions/checkout@master
- uses: goit/setup-resharper@v3
with:
version: '2021.2'
- run: InspectCode <solution file>Use goit/setup-resharper@v1 for ReSharper CTL 2020.1 and older releases.
The download address changed and goit/setup-resharper@v2 supports ReSharper CTL 2020.2 and newer.
Scripts and documentation in this project are released under the MIT License
Setup ReSharper Command Line Tools is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.