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