File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ standards_{{ projects.first.name }}:
99 commands :
1010 - dotnet --version
1111 - dotnet format --version
12- - pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
12+ - sudo add-apt-repository -y ppa:deadsnakes/ppa
13+ - sudo apt update
14+ - sudo apt install -y python3.9
15+ - python3 -m pip install unity-downloader-cli --upgrade
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
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
77Additional documentation and release notes are available at [ Multiplayer Documentation] ( https://docs-multiplayer.unity3d.com ) .
88
9+ ## [ unreleased] yyyy-mm-dd
10+
11+ ### Fixed
12+ * Internal standards job fix (#915 )
13+
914## [ 2.5.0] - 2024-04-18
1015
1116### Changed
You can’t perform that action at this time.
0 commit comments