Explorar el Código

New .net package

Axel Nordh hace 3 años
padre
commit
ef41f7f14c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/samples
+    image: mcr.microsoft.com/dotnet/sdk:6.0
     commands:
       - dotnet tool install --global --add-source ./nupkg microsoft.botsay
       - dotnet tool install --global dotnet-sonarscanner