2 assignments to MSBuild property RestoreOutputPath
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (1)
73
<
RestoreOutputPath
Condition="'$(RestoreOutputPath)' == ''">$(MSBuildProjectExtensionsPath)</RestoreOutputPath>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (1)
846
<
RestoreOutputPath
Condition=" '$(RestoreOutputPath)' == '' ">$(MSBuildProjectExtensionsPath)</RestoreOutputPath>
4 usages of MSBuild property RestoreOutputPath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (2)
73
<RestoreOutputPath Condition="'$(
RestoreOutputPath
)' == ''">$(MSBuildProjectExtensionsPath)</RestoreOutputPath>
85
<ConvertToAbsolutePath Paths="$(
RestoreOutputPath
)">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (2)
846
<RestoreOutputPath Condition=" '$(
RestoreOutputPath
)' == '' ">$(MSBuildProjectExtensionsPath)</RestoreOutputPath>
849
<ConvertToAbsolutePath Paths="$(
RestoreOutputPath
)" Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson'">