You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% metadata_file .yamato/project.metafile %}# All configuration that is used to create different configurations (used in for loops) is taken from this file.
2
2
---
3
3
4
-
# Project standards are being checked for package (in project context).
5
-
# It should be enough to perform the test on default project (testproject) but to make sure that all projects conform to our standards job for each of them will be available.
6
-
# Tests are executed for default editor (trunk) on default platform (ubuntu) as in project.metafile declaration since results would be the same across editors and platforms.
# While testproject validation would be sufficient, since it validates both project and package (where package is our main concern) jobs for all projects are being generated to ensure that we conform to quality standards in all projects.
26
+
# To see where this job is included (in trigger job definitions) look into _triggers.yml file
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ project.path }} -quit # This command is used to invoke Unity in a "headless" mode. It's used to sync the project
0 commit comments