From a024d133556c141131068fa2f5aac37c2592eaf5 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Wed, 28 Oct 2020 19:04:13 +0100 Subject: [PATCH] Lets try that again --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 00e6650ec..40717a955 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,7 +45,7 @@ steps: - task: ResharperCli@2 inputs: - solutionOrProjectPath: '$(artemisSolution)' + solutionOrProjectPath: 'Artemis/src/Artemis.sln' failBuildLevelSelector: 'Error' additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64'