Skip to content

Commit e1d76da

Browse files
committed
fix error message for GitVersionTask
we dont rely on fody anymore
1 parent 712b2fe commit e1d76da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersionTask/VersionAndBranchFinder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static bool TryGetVersion(string directory, out SemanticVersion versionAn
1313
{
1414
var message =
1515
"No .git directory found in provided solution path. This means the assembly may not be versioned correctly. " +
16-
"To fix this warning either clone the repository using git or remove the `GitVersion.Fody` nuget package. " +
16+
"To fix this warning either clone the repository using git or remove the `GitVersionTask` nuget package. " +
1717
"To temporarily work around this issue add a AssemblyInfo.cs with an appropriate `AssemblyVersionAttribute`." +
1818
"If it is detected that this build is occurring on a CI server an error may be thrown.";
1919
Logger.WriteWarning(message);

0 commit comments

Comments
 (0)