Skip to content

Commit acbfe30

Browse files
Fernando CortezFernando Cortez
authored andcommitted
downloading python from choco
1 parent a14efdf commit acbfe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/project-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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+
- choco upgrade unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
1313
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
1414
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
1515
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check

0 commit comments

Comments
 (0)