mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +00:00
Added Resharper InspectCode to CI
This commit is contained in:
parent
7cd9c65968
commit
4ebd7a1f00
@ -43,6 +43,12 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '$(artemisSolution)'
|
restoreSolution: '$(artemisSolution)'
|
||||||
|
|
||||||
|
- task: ResharperCli@2
|
||||||
|
inputs:
|
||||||
|
solutionOrProjectPath: '$(artemisSolution)'
|
||||||
|
failBuildLevelSelector: 'Error'
|
||||||
|
additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'Publish Artemis'
|
displayName: 'Publish Artemis'
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user