Skip to content

Commit d65c048

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 401cd9a commit d65c048

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

adt_pull_request.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,16 @@ steps:
3939
displayName: 'Instalando dotnet-ef'
4040
inputs:
4141
script: 'dotnet tool install --global dotnet-ef'
42-
#workingDirectory: # Optional
43-
#failOnStderr: false # Optional
4442

4543
- task: CmdLine@2
4644
displayName: 'Instalando sonarscanner'
4745
inputs:
48-
script: 'dotnet tool install --global dotnet-sonarscanner'
49-
#workingDirectory: # Optional
50-
#failOnStderr: false # Optional
51-
46+
script: 'dotnet tool install --global dotnet-sonarscanner'
47+
5248
- task: CmdLine@2
5349
displayName: 'Instalando sonarscanner'
5450
inputs:
5551
script: 'dotnet tool install --global JetBrains.dotCover.GlobalTool'
56-
#workingDirectory: # Optional
57-
#failOnStderr: false # Optional
5852

5953
- task: DotNetCoreCLI@2
6054
displayName: Build

0 commit comments

Comments
 (0)