2 writes to UsesCustomDotNet
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (2)
71UsesCustomDotNet = !useSystemDotNet; 260UsesCustomDotNet = otherBuildEnvironment.UsesCustomDotNet;
5 references to UsesCustomDotNet
Aspire.Workload.Tests (5)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (5)
19public bool UsesSystemDotNet => !UsesCustomDotNet; 143NuGetPackagesPath = UsesCustomDotNet ? Path.Combine(AppContext.BaseDirectory, $"nuget-cache-{Guid.NewGuid()}") : null; 145if (UsesCustomDotNet) 190if (UsesCustomDotNet) 260UsesCustomDotNet = otherBuildEnvironment.UsesCustomDotNet;