Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-08 13:16:45 +00:00
parent 5536a808e0
commit 7c627e84c6

View File

@@ -11,7 +11,7 @@ steps:
- name: code-analysis
pull: if-not-exists
image: mcr.microsoft.com/dotnet/sdk:6.0
image: mcr.microsoft.com/dotnet/sdk:4.7.1
commands:
- apt-get update && apt-get install -y unzip
- export PATH="$PATH:/root/.dotnet/tools"