Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Repository Variables

Astrid Avalin Sørensen edited this pageJul 16, 2025 ·5 revisions

⚙️ Repository Variables

They can be found under:

Settings → Secrets and variables → Actions → Variables

Variable NameRecommendedDescription
MAIN_RUNNERRunner used for all jobs that don’t require macOS
MACOS_RUNNERRunner used for all jobs that specifically require macOS
DEPLOY_TARGETSDeployment targets (JSON array, example below)
BUILD_TARGETSTarget build platforms (JSON array, example below)
PROJECT_NAMEName of the Unity project
EXCLUDE_UNITY_TESTSExclude tests from pipeline (true/false)
FORCE_COMBINE_ARTIFACTSCombine all builds into one artifact (e.g. for internal QA or archiving)
RETENTION_DAYS_PREVIEWDays to retain preview builds (default is7)
RETENTION_DAYS_RCDays to retain release candidate builds (default is14)
RETENTION_DAYS_RELEASEDays to retain release builds (default is30)
TIMEOUT_TESTS_IN_MINUTESTest timeout per job in minutes (default is15)
TIMEOUT_BUILD_IN_MINUTESBuild timeout per job in minutes (default is30)
UNITY_TESTS_EDITMODE_PATHPath to EditMode tests (default isAssets/Tests/Editor)
UNITY_TESTS_PLAYMODE_PATHPath to PlayMode tests (default isAssets/Tests/PlayMode)
UNITY_VERSIONUnity version (e.g.auto or2022.3.13f1)
USE_GIT_LFSUse Git LFS (true/false)

Repository JSON Variable Examples

Variable NameFull JSON strings
DEPLOY_TARGETS["itch.io", "appcenter", "firebase", "s3", "gh-pages", "steam", "testflight", "custom-server"]
BUILD_TARGETS["Android", "WebGL", "StandaloneLinux64-Client", "StandaloneLinux64-Server", "StandaloneWindows", "StandaloneWindows64", "StandaloneOSX", "iOS"]

Let’s build better Unity pipelines together! 🚀
Need help? Join theDiscussions or open anIssue.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp