-
-
Notifications
You must be signed in to change notification settings - Fork 44
Build Variables
Ryan Conrad edited this page Sep 27, 2015
·
4 revisions
This describes some of the MSBuild variables that are used when building Droid Explorer
Name | Type | Default |
---|---|---|
CI | boolean |
false |
Indicates if this build is running in a CI environment. | ||
CI_BUILD_MAJOR | integer |
0 |
The version major value | ||
CI_BUILD_MINOR | integer |
10 |
The version minor value | ||
CI_BUILD_NUMBER | integer |
0 |
The version build value. In a CI environment this is maintained there, and incremented with each build. | ||
CI_BUILD_REVISION | integer |
0 |
The version revision value. In a CI environment this value is calculated as DayOfTheYear + Year("YY") . Example: 09/27/2015 is day 270, the revision is 27015
|
||
CI_BUILD_VERSION | string |
0.10.0.0 |
The full version string. | ||
CI_PROJECT_NAME | string |
DroidExplorer |
The name of the Project | ||
CI_PROJECT_FRIENDLY_NAME | string |
Droid Explorer |
The friendlier name, to include spaces. | ||
CI_ARTIFACT_PATH | string |
<ProjectBin> |
The path where the artifacts are created | ||
CI_PROJECT_PATH | string |
<ProjectRoot> |
Where the repository is cloned to. | ||
CI_BUILD_CONDITION | string |
Local |
Indicates what triggered the build:
|