4 references to GetBuildCountPath
Aspire.Hosting.Dotnet.Tests (4)
DotnetProjectBuildCoordinatorTests.cs (4)
386Assert.Equal(2, File.ReadAllLines(GetBuildCountPath(sharedProject)).Length); 2197Assert.Single(File.ReadAllLines(GetBuildCountPath(sharedProject))); 2198Assert.Single(File.ReadAllLines(GetBuildCountPath(apiProject))); 2199Assert.Single(File.ReadAllLines(GetBuildCountPath(workerProject)));