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'