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