Skip to content

Commit 84411c5

Browse files
Fernando CortezFernando Cortez
authored andcommitted
linux commands
1 parent acbfe30 commit 84411c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.yamato/project-standards.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ standards_{{ projects.first.name }}:
99
commands:
1010
- dotnet --version
1111
- dotnet format --version
12-
- choco upgrade unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
12+
- add-apt-repository -y ppa:deadsnakes/ppa
13+
- apt update
14+
- 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
1316
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
1417
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
1518
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check

0 commit comments

Comments
 (0)