21 references to Path
Infrastructure.Tests (21)
TestTriggerMap\SelectTestsLayer1IntegrationTests.cs (21)
39var propsPath = System.IO.Path.Combine(fixture.Path, "BeforeBuildProps.props"); 44RepoRoot: fixture.Path, 45MapPath: System.IO.Path.Combine(fixture.Path, "map.yml"), 46SlnxPath: System.IO.Path.Combine(fixture.Path, "Aspire.slnx"), 91var propsPath = System.IO.Path.Combine(fixture.Path, "BeforeBuildProps.props"); 95RepoRoot: fixture.Path, 96MapPath: System.IO.Path.Combine(fixture.Path, "map.yml"), 97SlnxPath: System.IO.Path.Combine(fixture.Path, "Aspire.slnx"), 127var propsPath = System.IO.Path.Combine(fixture.Path, "BeforeBuildProps.props"); 131var commentPath = System.IO.Path.Combine(fixture.Path, "comment.md"); 132var jsonPath = System.IO.Path.Combine(fixture.Path, "selection.json"); 140RepoRoot: fixture.Path, 141MapPath: System.IO.Path.Combine(fixture.Path, "map.yml"), 142SlnxPath: System.IO.Path.Combine(fixture.Path, "Aspire.slnx"), 154var summary = File.ReadAllText(System.IO.Path.Combine(fixture.Path, "summary")); 190var propsPath = System.IO.Path.Combine(fixture.Path, "BeforeBuildProps.props"); 194var commentPath = System.IO.Path.Combine(fixture.Path, "comment.md"); 195var jsonPath = System.IO.Path.Combine(fixture.Path, "selection.json"); 203RepoRoot: fixture.Path, 204MapPath: System.IO.Path.Combine(fixture.Path, "map.yml"), 205SlnxPath: System.IO.Path.Combine(fixture.Path, "Aspire.slnx"),