Browse Source

yet another test

Axel Nordh 3 years ago
parent
commit
aa76333c92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -4,7 +4,7 @@ name: .net sonar
 
 steps:
   - name: .Net-SonarScanner
-    image: mcr.microsoft.com/dotnet/sdk:6.0
+    image: mcr.microsoft.com/dotnet/framework/sdk:4.8-3.5
     commands:
       - export PATH="$PATH:/root/.dotnet/tools"
       - dotnet tool install --global dotnet-sonarscanner