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