Skip to content

Script for running ReSharper code analysis in an azure pipeline

License

Notifications You must be signed in to change notification settings

Nerada/devops.resharper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

ReSharper Script

Script for ReSharper code analysis, used in my Azure pipelines

    - task: PowerShell@2
      displayName: 'ReSharper code analysis'
      timeoutInMinutes: 5
      inputs:
        targetType: 'inline'
        script: 'iex (iwr https://raw.githubusercontent.com/Nerada/devops_resharper/master/ReSharperCodeAnalysisScript.ps1)'

About

Script for running ReSharper code analysis in an azure pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published