1 reference to FindFileInParentDirectories
dotnet.Tests (1)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestsWithArtifacts.cs (1)
57
string? versionsPropsPath = PathUtility.
FindFileInParentDirectories
(TestContext.Current.TestExecutionDirectory, $"eng{Path.DirectorySeparatorChar}Version.Details.props") ?? throw new FileNotFoundException("Version.Details.props file not found.");