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 1fe5ced commit a3b51c2Copy full SHA for a3b51c2
adt_pull_request.yml
@@ -17,9 +17,12 @@ steps:
17
- script: dotnet tool install --global dotnet-sonarscanner
18
displayName: 'Instalando dependência global sonarscanner'
19
20
+- script: dotnet tool install --global JetBrains.dotCover.GlobalTool
21
+ displayName: 'Instalando dependência global JetBrains.dotCover.GlobalTool'
22
+
23
- script: dotnet build --configuration $(buildConfiguration)
24
displayName: 'dotnet build $(buildConfiguration)'
-
25
26
- task: DotNetCoreCLI@2
27
displayName: 'Calculate code coverage'
28
continueOnError: false
0 commit comments