2 assignments to MSBuild property RestoreOutputAbsolutePath
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (1)
86
<Output TaskParameter="AbsolutePaths" PropertyName="
RestoreOutputAbsolutePath
" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (1)
850
<Output TaskParameter="AbsolutePaths" PropertyName="
RestoreOutputAbsolutePath
" />
4 usages of MSBuild property RestoreOutputAbsolutePath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (2)
263
RestoreOutputPath="$(
RestoreOutputAbsolutePath
)"
322
RestoreOutputAbsolutePath="$(
RestoreOutputAbsolutePath
)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (2)
901
<OutputPath>$(
RestoreOutputAbsolutePath
)</OutputPath>
934
<OutputPath>$(
RestoreOutputAbsolutePath
)</OutputPath>