13 references to IssueScriptRelativePath
Infrastructure.Tests (13)
WorkflowScripts\AnalyzeCiFailureWorkflowTests.cs (13)
28Path.Combine(RepoRoot.Path, IssueScriptRelativePath));
2311Assert.Contains(IssueScriptRelativePath, workflow, StringComparison.Ordinal);
2342Path.Combine(RepoRoot.Path, IssueScriptRelativePath),
2427Path.Combine(RepoRoot.Path, IssueScriptRelativePath),
2505Path.Combine(RepoRoot.Path, IssueScriptRelativePath),
2656Assert.Contains(IssueScriptRelativePath, checkoutStep, StringComparison.Ordinal);
6164Path.Combine(RepoRoot.Path, IssueScriptRelativePath),
6612Path.Combine(RepoRoot.Path, IssueScriptRelativePath),
6686Path.Combine(RepoRoot.Path, IssueScriptRelativePath),
6782Path.Combine(RepoRoot.Path, IssueScriptRelativePath),
6798Path.Combine(RepoRoot.Path, IssueScriptRelativePath),
7093Path.Combine(RepoRoot.Path, IssueScriptRelativePath),
7094Path.Combine(workflowDirectory, Path.GetFileName(IssueScriptRelativePath)));