3 assignments to MSBuild property _DefaultUserProfileRuntimeStorePath
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (3)
96
<
_DefaultUserProfileRuntimeStorePath
>$(HOME)</_DefaultUserProfileRuntimeStorePath>
97
<
_DefaultUserProfileRuntimeStorePath
Condition="$([MSBuild]::IsOSPlatform(`Windows`))">$(USERPROFILE)</_DefaultUserProfileRuntimeStorePath>
98
<
_DefaultUserProfileRuntimeStorePath
>$([System.IO.Path]::Combine($(_DefaultUserProfileRuntimeStorePath), '.dotnet', 'store'))</_DefaultUserProfileRuntimeStorePath>
2 usages of MSBuild property _DefaultUserProfileRuntimeStorePath
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
98
<_DefaultUserProfileRuntimeStorePath>$([System.IO.Path]::Combine($(
_DefaultUserProfileRuntimeStorePath
), '.dotnet', 'store'))</_DefaultUserProfileRuntimeStorePath>
99
<UserProfileRuntimeStorePath Condition="'$(UserProfileRuntimeStorePath)' == ''">$(
_DefaultUserProfileRuntimeStorePath
)</UserProfileRuntimeStorePath>