We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1023b0a commit f36f6eaCopy full SHA for f36f6ea
GitVersionTask/VersionAndBranchFinder.cs
@@ -15,7 +15,7 @@ public static bool TryGetVersion(string directory, out SemanticVersion versionAn
15
var message =
16
"No .git directory found in provided solution path. This means the assembly may not be versioned correctly. " +
17
"To fix this warning either clone the repository using git or remove the `GitVersionTask` nuget package. " +
18
- "To temporarily work around this issue add a AssemblyInfo.cs with an appropriate `AssemblyVersionAttribute`." +
+ "To temporarily work around this issue add a AssemblyInfo.cs with an appropriate `AssemblyVersionAttribute`. " +
19
"If it is detected that this build is occurring on a CI server an error may be thrown.";
20
Logger.WriteWarning(message);
21
versionAndBranch = null;
0 commit comments