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