Skip to content

Commit 7060dc4

Browse files
committed
test
1 parent 2757cf9 commit 7060dc4

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
@@ -7,10 +7,10 @@ standards_{{ projects.first.name }}:
77
image: desktop/logging-testing-linux:latest
88
flavor: b1.large
99
commands:
10-
- ls
1110
- dotnet --version
1211
- dotnet format --version
1312
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
1413
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
1514
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
15+
- ls
1616
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check

0 commit comments

Comments
 (0)