Skip to content

Commit be4fa24

Browse files
authored
Merge pull request #274 from qmfrederik/workarounds/disable-resharper
Temporarily disable the Resharper checks
2 parents 7b8a36c + fad7cfe commit be4fa24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.azure-pipelines.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
codeCoverageTool: 'cobertura'
5050
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.cobertura.xml'
5151

52-
- task: alanwales.resharper-code-analysis.custom-build-task.ResharperCli@1
53-
displayName: 'Automated code quality checks'
54-
inputs:
55-
SolutionOrProjectPath: 'kubernetes-client.sln'
56-
FailBuildOnCodeIssues: false
57-
continueOnError: true
52+
# - task: alanwales.resharper-code-analysis.custom-build-task.ResharperCli@1
53+
# displayName: 'Automated code quality checks'
54+
# inputs:
55+
# SolutionOrProjectPath: 'kubernetes-client.sln'
56+
# FailBuildOnCodeIssues: false
57+
# continueOnError: true
5858

5959
- task: DotNetCoreCLI@2
6060
displayName: 'dotnet pack'

0 commit comments

Comments
 (0)