2 assignments to MSBuild property RestoreOutputPath
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\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)
882<RestoreOutputPath Condition=" '$(RestoreOutputPath)' == '' ">$(MSBuildProjectExtensionsPath)</RestoreOutputPath>
4 usages of MSBuild property RestoreOutputPath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\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)
882<RestoreOutputPath Condition=" '$(RestoreOutputPath)' == '' ">$(MSBuildProjectExtensionsPath)</RestoreOutputPath> 885<ConvertToAbsolutePath Paths="$(RestoreOutputPath)" Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson'">