2 references to ScriptRelativePath
Infrastructure.Tests (2)
WorkflowScripts\ExtensionChangelogFinalizedWorkflowTests.cs (2)
315var scriptPath = Path.Combine(RepoRoot.Path, ScriptRelativePath); 316Assert.True(File.Exists(scriptPath), $"Expected helper script at '{ScriptRelativePath}'.");