5 references to s_workflowsPath
Infrastructure.Tests (5)
WorkflowScripts\AgenticWorkflowTests.cs (5)
24var sources = Directory.EnumerateFiles(s_workflowsPath, "*.md") 31var metadataLine = File.ReadLines(Path.Combine(s_workflowsPath, compiledName)).First(); 44var maintenanceHeader = File.ReadLines(Path.Combine(s_workflowsPath, "agentics-maintenance-microsoft-aspire.dev.yml")).First(); 126var workflows = Directory.EnumerateFiles(s_workflowsPath) 170var content = File.ReadAllText(Path.Combine(s_workflowsPath, fileName)).ReplaceLineEndings("\n");