We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27573f4 commit d25931fCopy full SHA for d25931f
adt_pull_request.yml
@@ -15,11 +15,10 @@ steps:
15
# sonar.exclusions=**/*.bin
16
sonar.cs.vscoveragexml.reportsPaths=$(Build.SourcesDirectory)/tests/\*\*/coverage.cobertura.xml
17
18
-- task: DotNetCoreCLI@2
19
- displayName: Build
+- task: CmdLine@2
20
inputs:
21
- projects: '$(Parameters.RestoreBuildProjects)'
22
- arguments: '--configuration $(BuildConfiguration)'
+ script: dotnet build --no-incremental
+ displayName: 'Rodando dotnet build'
23
24
- task: DotNetCoreCLI@2
25
displayName: 'Calculate code coverage'
0 commit comments