Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-09 23:37:42 +00:00
parent 630241db6d
commit ed5c5bd918

View File

@@ -13,7 +13,7 @@ steps:
- cat Assembly-CSharp.csproj
- name: code-analysis
pull: if-not-exists
image: mcr.microsoft.com/dotnet/framework/runtime:4.8.1
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- apt-get update && apt-get install -y unzip
- export PATH="$PATH:/root/.dotnet/tools"