Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-08 13:28:10 +00:00
parent b1a765ace5
commit 7429a91acd

View File

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