7 references to DotnetHomePath
dotnet.Tests (1)
CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (1)
382
Path.Combine(CliFolderPathCalculator.
DotnetHomePath
, ".dotnet", "NuGetFallbackFolder")
dotnet-new.IntegrationTests (1)
DotnetNewDebugOptionsTests.cs (1)
97
string envVariable = CliFolderPathCalculator.
DotnetHomePath
;
Microsoft.DotNet.Configurer (2)
CliFolderPathCalculator.cs (2)
27
DotnetHomePath
,
41
Path.Combine(
DotnetHomePath
, DotnetProfileDirectoryName);
Microsoft.NET.Build.Tests (1)
GivenThatWeWantToUseAnalyzers.cs (1)
350
Path.Combine(CliFolderPathCalculator.
DotnetHomePath
, ".dotnet", "NuGetFallbackFolder"),
Microsoft.TemplateEngine.Cli (2)
Commands\CliPathInfo.cs (2)
27
UserProfileDir = CliFolderPathCalculator.
DotnetHomePath
;
44
? Path.Combine(CliFolderPathCalculator.
DotnetHomePath
, ".templateengine")