File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments