summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-12-28 08:47:48 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-12-28 08:47:48 -0800
commit000414580de0378533cb6bb7846c8201717bc041 (patch)
treed8227975238e4413118111794febbc1a27e0ff42 /src
parent3d1f8affe066a360aea95c9c98470f41be99aa12 (diff)
downloadDotNetOpenAuth-000414580de0378533cb6bb7846c8201717bc041.zip
DotNetOpenAuth-000414580de0378533cb6bb7846c8201717bc041.tar.gz
DotNetOpenAuth-000414580de0378533cb6bb7846c8201717bc041.tar.bz2
Removed warning when building in TeamCity.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth.BuildTasks/GetBuildVersion.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth.BuildTasks/GetBuildVersion.cs b/src/DotNetOpenAuth.BuildTasks/GetBuildVersion.cs
index b4de743..48b5d5c 100644
--- a/src/DotNetOpenAuth.BuildTasks/GetBuildVersion.cs
+++ b/src/DotNetOpenAuth.BuildTasks/GetBuildVersion.cs
@@ -63,10 +63,6 @@ namespace DotNetOpenAuth.BuildTasks {
} catch (DirectoryNotFoundException) {
}
- if (string.IsNullOrEmpty(headContent)) {
- Log.LogWarning("Unable to determine the git HEAD commit ID to use for informational version number.");
- }
-
return headContent.Trim();
}