2 references to WorkflowRelativePath
Infrastructure.Tests (2)
WorkflowScripts\ExtensionChangelogFinalizedWorkflowTests.cs (2)
522
var workflowPath = Path.Combine(RepoRoot.Path,
WorkflowRelativePath
);
523
Assert.True(File.Exists(workflowPath), $"Expected workflow file at '{
WorkflowRelativePath
}'.");