Skip to content

Commit 9b0632b

Browse files
authored
Merge pull request #13 from typinghard/sonarcloud_initial
Renamed yml file
2 parents 23d5280 + 1b1edfa commit 9b0632b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ steps:
1919
sonar.cs.vscoveragexml.reportsPaths=**/coverage.opencover.xml
2020
sonar.cs.vstest.reportsPaths=$(Agent.TempDirectory)/*.trx
2121
22-
- task: CmdLine@2
23-
inputs:
24-
script: dotnet restore
25-
displayName: 'Run dotnet restore'
26-
2722
- task: CmdLine@2
2823
inputs:
2924
script: dotnet build --no-incremental

0 commit comments

Comments
 (0)