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