3 references to ValidationScriptRelativePath
Infrastructure.Tests (3)
WorkflowScripts\AnalyzeCiFailureWorkflowTests.cs (3)
24
Path.Combine(RepoRoot.Path,
ValidationScriptRelativePath
));
6916
var scriptPath = Path.Combine(RepoRoot.Path,
ValidationScriptRelativePath
);
6917
Assert.True(File.Exists(scriptPath), $"Expected validation helper at '{
ValidationScriptRelativePath
}'.");