1 write to _stampFilePath
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\TemplateCustomHive.cs (1)
32_stampFilePath = Path.Combine(_customHiveDirectory, ".stamp-installed");
4 references to _stampFilePath
Aspire.EndToEnd.Tests (4)
tests\Shared\WorkloadTesting\TemplateCustomHive.cs (4)
18public string CustomHiveDirectory => File.Exists(_stampFilePath) 37if (BuildEnvironment.IsRunningOnCI && File.Exists(_stampFilePath)) 51if (File.Exists(_stampFilePath)) 80File.WriteAllText(_stampFilePath, "");