1 assignment to MSBuild property StoreWorkerWorkingDir
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (1)
273
<
StoreWorkerWorkingDir
>$([System.IO.Path]::Combine($(ComposeWorkingDir),"$(StorePackageName)_$(StorePackageVersionForFolderName)"))</StoreWorkerWorkingDir>
8 usages of MSBuild property StoreWorkerWorkingDir
MSBuildFiles (8)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (5)
117
Condition="Exists($(
StoreWorkerWorkingDir
))" />
274
<_PackageProjFile>$([System.IO.Path]::Combine($(
StoreWorkerWorkingDir
), "Restore.csproj"))</_PackageProjFile>
275
<BaseIntermediateOutputPath>$(
StoreWorkerWorkingDir
)\</BaseIntermediateOutputPath>
295
Condition="!Exists($(
StoreWorkerWorkingDir
))">
297
<MakeDir Directories="$(
StoreWorkerWorkingDir
)" />
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (3)
238
<_RuntimeRefDir>$([System.IO.Path]::Combine($(
StoreWorkerWorkingDir
), "runtimeref"))</_RuntimeRefDir> <!-- flat app managed assemblies -->
239
<_RuntimeOptimizedDir>$([System.IO.Path]::Combine($(
StoreWorkerWorkingDir
), "runtimopt"))</_RuntimeOptimizedDir> <!-- optimized app managed assemblies in nuget cache layout -->
240
<_RuntimeSymbolsDir>$([System.IO.Path]::Combine($(
StoreWorkerWorkingDir
), "runtimesymbols"))</_RuntimeSymbolsDir>