mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-15 20:46:50 -07:00
chore: add release/lts-infrastructure to update-all script
This commit is contained in:
@@ -30,6 +30,20 @@ $integrationBranches = @(
|
|||||||
'feature/cli-support'
|
'feature/cli-support'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@{
|
||||||
|
Name = 'release/lts-infrastructure'
|
||||||
|
Branches = @(
|
||||||
|
'feature/orchestrator-enterprise-support'
|
||||||
|
'feature/cloud-run-azure-providers'
|
||||||
|
'feature/provider-load-balancing'
|
||||||
|
'feature/orchestrator-unit-tests'
|
||||||
|
'fix/secure-git-token-usage'
|
||||||
|
'feature/premade-secret-sources'
|
||||||
|
'feature/ci-platform-providers'
|
||||||
|
'feature/build-reliability'
|
||||||
|
'ci/orchestrator-integrity-speedup'
|
||||||
|
)
|
||||||
|
}
|
||||||
@{
|
@{
|
||||||
Name = 'release/lts-2.0.0'
|
Name = 'release/lts-2.0.0'
|
||||||
Branches = @(
|
Branches = @(
|
||||||
|
|||||||
Reference in New Issue
Block a user