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 20b9b0b commit 1fe5cedCopy full SHA for 1fe5ced
adt_pull_request.yml
@@ -14,9 +14,12 @@ variables:
14
prPipeline: $[eq(variables['Build.Reason'], 'PullRequest')]
15
16
steps:
17
+- script: dotnet tool install --global dotnet-sonarscanner
18
+ displayName: 'Instalando dependência global sonarscanner'
19
+
20
- script: dotnet build --configuration $(buildConfiguration)
21
displayName: 'dotnet build $(buildConfiguration)'
-
22
23
- task: DotNetCoreCLI@2
24
displayName: 'Calculate code coverage'
25
continueOnError: false
0 commit comments