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 2757cf9 commit 7060dc4Copy full SHA for 7060dc4
.yamato/project-standards.yml
@@ -7,10 +7,10 @@ standards_{{ projects.first.name }}:
7
image: desktop/logging-testing-linux:latest
8
flavor: b1.large
9
commands:
10
- - ls
11
- dotnet --version
12
- dotnet format --version
13
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
14
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
15
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
+ - ls
16
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check
0 commit comments