C# Class VersionTasks.TfsVersionFile

This is a modified fork of the TfsVersion task of the MSBuild.Community.Tasks project.
This was necessary because we use TeamCity as our build server. TeamCity runs into an error if it does not find a local TFS workspace. Therefore a different exception handling implementation was necessary. Includes all bugfixes up to the version '1.3.0.511' (11/30/2010).
Inheritance: VersionInfoBase
Show file Open project: martinbuberl/VersionTasks

Private Methods

Method Description
GetChangeset ( VersionControlServer versionControlServer, string workingDirectory ) : int
GetDirtyBuild ( VersionControlServer versionControlServer ) : bool
SetVersionInfo ( ) : void