Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-08 13:01:23 +00:00
parent 718c0322e6
commit 250019f29c

View File

@@ -16,6 +16,8 @@ steps:
- apt-get update && apt-get install -y unzip - apt-get update && apt-get install -y unzip
- export PATH="$PATH:/root/.dotnet/tools" - export PATH="$PATH:/root/.dotnet/tools"
- ls - ls
- rm Assembly-CSharp-Editor.csproj
- rm Assembly-CSharp.csproj
- dotnet tool install --global dotnet-sonarscanner - dotnet tool install --global dotnet-sonarscanner
environment: environment: