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