//=================================================================
// Byway Studios Inc. Confidential Information.
// Copyright Byway Studios Inc. All rights reserved
//=================================================================

// The library source code is located at //DevOps/Jenkinsfiles
// The configuration is done in Jenkins -> Manage Jenkins -> Configure System -> Global Pipeline Libraries
@Library("my-shared-lib") _

Pipeline_prod(
    name: "prodGame", // the name of the project used to identify in many places *including sky*
    alwaysClearPackageCache: false, // always clear the Library/PackageCache before running Unity commands
    winbakeLabel: "windows_2022_D", // optional node labels. Valid entries: macbakeLabel, linuxbakeLabel, winbakeLabel, syncLabel
    execUnityMethod:"MyBuildTool.StartBuildAndroid_prod",
)
