Browse Source

and a what?

Axel Nordh 3 năm trước cách đây
mục cha
commit
511063eb89
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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/framework/sdk:4.8
+    image: sdk:3.5-windowsservercore-ltsc2019
     commands:
       - export PATH="$PATH:/root/.dotnet/tools"
       - dotnet tool install --global dotnet-sonarscanner