1 assignment to MSBuild property _RandomFileName
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (1)
243
<
_RandomFileName
>$([System.IO.Path]::GetRandomFileName())</_RandomFileName>
1 usage of MSBuild property _RandomFileName
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (1)
245
<ComposeWorkingDir Condition="'$(ComposeWorkingDir)' == ''">$([System.IO.Path]::Combine($(TEMP), $(
_RandomFileName
)))</ComposeWorkingDir>