File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1717 variables :
1818 buildConfiguration : ' Release'
1919 prPipeline : $[eq(variables['Build.Reason'], 'PullRequest')]
20-
2120 steps :
2221 - task : SonarSource.sonarcloud.14d9cde6-c1da-4d55-aa01-2965cd301255.SonarCloudPrepare@1
2322 displayName : ' Prepare analysis on SonarCloud'
2625 organization : typinghard
2726 projectKey : ' typinghard_azure-devops-tracker'
2827 extraProperties : |
29- sonar.exclusions=**/obj/**,**/*.dll
30- sonar.cs.opencover.reportsPaths=**/coverage.opencover.xml
31- sonar.cs.vscoveragexml.reportsPaths=**/coverage.opencover.xml
32- sonar.cs.vstest.reportsPaths=$(Agent.TempDirectory)/*.trx
28+ sonar.exclusions=**/obj/**,**/*.dll
29+ sonar.cs.opencover.reportsPaths=**/coverage.opencover.xml
30+ sonar.cs.vscoveragexml.reportsPaths=**/coverage.opencover.xml
31+ sonar.cs.vstest.reportsPaths=$(Agent.TempDirectory)/*.trx
3332
3433 - task : CmdLine@2
3534 inputs :
4039 displayName : ' Run Code Analysis'
4140
4241 - task : SonarSource.sonarcloud.38b27399-a642-40af-bb7d-9971f69712e8.SonarCloudPublish@1
43- displayName : ' Publish Quality Gate Result'
42+ displayName : ' Publish Quality Gate Result'
You can’t perform that action at this time.
0 commit comments