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