You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
805 B
YAML
16 lines
805 B
YAML
{% metadata_file .yamato/project.metafile %}
|
|
---
|
|
standards_{{ projects.first.name }}:
|
|
name: Standards Check {{ projects.first.name }}
|
|
agent:
|
|
type: Unity::VM
|
|
image: desktop/logging-testing-linux:v0.1.2-926285
|
|
flavor: b1.large
|
|
commands:
|
|
- dotnet --version
|
|
- dotnet format --version
|
|
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
|
|
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
|
|
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
|
|
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check
|