2 assignments to MSBuild property RestoreOutputAbsolutePath
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\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)
846
<Output TaskParameter="AbsolutePaths" PropertyName="
RestoreOutputAbsolutePath
" />
4 usages of MSBuild property RestoreOutputAbsolutePath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\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)
897
<OutputPath>$(
RestoreOutputAbsolutePath
)</OutputPath>
933
<OutputPath>$(
RestoreOutputAbsolutePath
)</OutputPath>