...
Property Name | Value |
---|---|
build.working.dir | working folder in which build is started |
build.number | build number assigned by TeamCity |
build.vcs.number.XX | VCS changelist number, where XX is the number of VCS root (1, 2, etc.) |
Anchor | ||||
---|---|---|---|---|
|
Agent-specific
...
- DotNetFramework1.0,
- DotNetFramework1.0_Path,
- DotNetFramework1.0_x86,
- DotNetFramework1.0_x86_Path,
- DotNetFramework1.1,
- DotNetFramework1.1_Path,
- DotNetFramework1.1_x86,
- DotNetFramework1.1_x86_Path,
- DotNetFramework2.0,
- DotNetFramework2.0_Path,
- DotNetFramework2.0_x86,
- DotNetFramework2.0_x86_Path,
- DotNetFramework2.0_x64,
- DotNetFramework2.0_x64_Path,
- DotNetFramework2.0_x86,
- DotNetFramework2.0_x86_Path,
- DotNetFrameworkSDK1.0,
- DotNetFrameworkSDK1.1,
- DotNetFrameworkSDK1.1_Path,
- DotNetFrameworkSDK1.1_x86,
- DotNetFrameworkSDK1.1_x86_Path,
- DotNetFrameworkSDK2.0,
- DotNetFrameworkSDK2.0_Path,
- DotNetFrameworkSDK2.0_x86,
- DotNetFrameworkSDK2.0_x86_Path
Info Please refer to Agent Details|System properties page of the TeamCity web UI to see properties defined on particular agent.
Anchor ref ref
Referencing Properties
On build configuration administration screens the properties can be referenced by %system.<property name>% and %env.<property name>%. build.working.dir is a special case and it is referenced as is, without prefixes.
...