| BuildType | You should use this type when: | Stages |
|---|---|---|
| FullBuild | here | |
| FullBuildWithoutGetAllCodeLatestVersionStage | here | |
| BuildWithoutDB | here | |
| BuildWithoutDBAndUnitTests | here | |
| BuildWithoutPublishNugGet | here | |
| BuildApexServer | here | |
| BuildUI | here | |
| BuildDBSyncService | here | |
| UpdatePackagesWithoutBuild | here | |
| UpdatePackagesWithBuild | here |
| Type | Params | Usage |
|---|---|---|
| 1 | ${appRootPath} ${configFile} 'N/A' ${operation} ${Username} ${Password} | GetAllCodeLatestVersion |
| 2 | ${appRootPath} ${configFile} ${projectName} ${operation} ${Username} ${Password}") | GetCodeLatestVersion, CheckOutFiles, UpdateAssemblyVersion, CheckInFiles |
| 3 | ${appRootPath} ${configFile} ${projectName} ${operation}" | Everything else |