Skip to content

Commit 869c6b0

Browse files
committed
fix unit test
1 parent 9573420 commit 869c6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore.Tests/ConfigProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ string SetupConfigFileContent(string text, string fileName = ConfigurationProvid
339339

340340
string SetupConfigFileContent(string text, string fileName, string path)
341341
{
342-
var fullPath = Path.Combine(path, fileName);
342+
var fullPath = Path.GetFullPath(Path.Combine(path, fileName));
343343
fileSystem.WriteAllText(fullPath, text);
344344

345345
return fullPath;

0 commit comments

Comments
 (0)