diff --git a/ci/azure-pipelines-docfx.yml b/ci/azure-pipelines-docfx.yml index ffdcd227d..f04d1aabd 100644 --- a/ci/azure-pipelines-docfx.yml +++ b/ci/azure-pipelines-docfx.yml @@ -5,6 +5,7 @@ trigger: - master +pr: none pool: vmImage: 'windows-latest' @@ -13,6 +14,8 @@ variables: artemisSolution: '**/Artemis.sln' steps: +- checkout: self + - task: NuGetToolInstaller@1 - task: NuGetCommand@2 diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 78e6e51e4..5d35f3b82 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -33,11 +33,11 @@ steps: inputs: restoreSolution: '$(artemisSolution)' -- task: ResharperCli@2 - inputs: - solutionOrProjectPath: 'src/Artemis.sln' - failBuildLevelSelector: 'Error' - additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64' +# - task: ResharperCli@2 +# inputs: +# solutionOrProjectPath: 'src/Artemis.sln' +# failBuildLevelSelector: 'Error' +# additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64' - task: DotNetCoreCLI@2 displayName: 'Publish Artemis'