From 4ebd7a1f00940c3e33a163558a021875376be6fb Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Wed, 28 Oct 2020 19:02:32 +0100 Subject: [PATCH] Added Resharper InspectCode to CI --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5da44b192..00e6650ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,6 +43,12 @@ steps: inputs: restoreSolution: '$(artemisSolution)' +- task: ResharperCli@2 + inputs: + solutionOrProjectPath: '$(artemisSolution)' + failBuildLevelSelector: 'Error' + additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64' + - task: DotNetCoreCLI@2 displayName: 'Publish Artemis' inputs: