From 1ce182e769e7dccb9d09a170789a8c723a48368a Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Wed, 8 Mar 2023 13:45:44 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 125a951..8301449 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: commands: - ls - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod GitTools.Solution.Sync -quit - + - cat Assembly-CSharp.csproj - name: code-analysis pull: if-not-exists image: mcr.microsoft.com/dotnet/framework/runtime:4.8.1