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 a95941d commit a6ff9c6Copy full SHA for a6ff9c6
adt_pull_request.yml
@@ -21,11 +21,16 @@ steps:
21
performMultiLevelLookup: true
22
includePreviewVersions: true # Required
23
24
-- task: DotNetCoreCLI@2
25
- displayName: 'Install sonarscanner'
+-task: NuGetCommand@2
+ displayName: 'Instalando sonarscanner'
26
+ inputs:
27
+ command: custom
28
+ arguments: 'dotnet tool install --global dotnet-sonarscanner'
29
+
30
+- task: NuGetCommand@2
31
+ displayName: 'Instalando dotCover'
32
inputs:
33
command: custom
- custom: tool
34
arguments: 'dotnet tool install --global JetBrains.dotCover.GlobalTool'
35
36
- task: DotNetCoreCLI@2
0 commit comments