瀏覽代碼

New .net package

Axel Nordh 3 年之前
父節點
當前提交
ef41f7f14c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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