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 aae06d4 commit 75459d1Copy full SHA for 75459d1
src/GitVersionCore.Tests/DocumentationTests.cs
@@ -57,7 +57,7 @@ public void VariableDocumentationIsUpToDate()
57
58
static string ReadDocumentationFile(string relativeDocumentationFilePath)
59
{
60
- var currentDirectory = new DirectoryInfo(Environment.CurrentDirectory);
+ var currentDirectory = new FileInfo(typeof(DocumentationTests).Assembly.Location).Directory;
61
while (currentDirectory != null)
62
63
var docsDirectory = currentDirectory
0 commit comments