Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-10 00:18:04 +00:00
parent eacd7e1623
commit 7e95c1159d

View File

@@ -9,7 +9,7 @@ steps:
- ls
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod GitTools.Solution.Sync -quit
- cat Assembly-CSharp.csproj
- sed -i 's/4.7.1/7.0/g' Assembly-CSharp.csproj
- sed -i 's/v4.7.1/net7.0/g' Assembly-CSharp.csproj
- cat Assembly-CSharp.csproj
- name: code-analysis
pull: if-not-exists