You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GitVersionCore/BuildServers/AppVeyor.cs
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,10 @@ public override void PerformPreProcessingSteps(string gitDirectory)
22
22
{
23
23
if(string.IsNullOrEmpty(gitDirectory))
24
24
{
25
-
thrownewWarningException("Failed to find .git directory on agent. Please make sure agent checkout mode is enabled for you VCS roots - http://confluence.jetbrains.com/display/TCD8/VCS+Checkout+Mode");
25
+
thrownewWarningException("Failed to find .git directory on agent.");
0 commit comments