Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-09 23:36:25 +00:00
parent 091e77e3c7
commit 630241db6d

View File

@@ -9,6 +9,8 @@ steps:
- ls - ls
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod GitTools.Solution.Sync -quit - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod GitTools.Solution.Sync -quit
- cat Assembly-CSharp.csproj - cat Assembly-CSharp.csproj
- sed -i 's/4.0/6.0/g' Assembly-CSharp.csproj
- cat Assembly-CSharp.csproj
- name: code-analysis - name: code-analysis
pull: if-not-exists pull: if-not-exists
image: mcr.microsoft.com/dotnet/framework/runtime:4.8.1 image: mcr.microsoft.com/dotnet/framework/runtime:4.8.1