3 references to s_changelogWorkflowLockPath
Infrastructure.Tests (3)
WorkflowScripts\ExtensionReleaseWorkflowTests.cs (3)
54var compiledWorkflow = File.ReadAllText(s_changelogWorkflowLockPath); 234var workflow = File.ReadAllText(s_changelogWorkflowLockPath); 696using var reader = new StringReader(File.ReadAllText(s_changelogWorkflowLockPath));