We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18718f3 commit 3efd720Copy full SHA for 3efd720
.yamato/project-standards.yml
@@ -11,7 +11,7 @@ standards_{{ projects.first.name }}:
11
- dotnet format --version
12
- sudo add-apt-repository -y ppa:deadsnakes/ppa
13
- sudo apt update
14
- - apt install -y python3.9
+ - sudo apt install -y python3.9
15
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
16
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
17
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
0 commit comments