1 assignment to MSBuild property PublishDepsFilePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (1)
1221
<
PublishDepsFilePath
Condition=" '$(PublishDepsFilePath)' == '' And '$(PublishSingleFile)' != 'true'">$(PublishDir)$(ProjectDepsFileName)</PublishDepsFilePath>
8 usages of MSBuild property PublishDepsFilePath
MSBuildFiles (8)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (5)
1156
<IntermediateDepsFilePath Condition=" '$(
PublishDepsFilePath
)' != ''">$(
PublishDepsFilePath
)</IntermediateDepsFilePath >
1157
<IntermediateDepsFilePath Condition=" '$(
PublishDepsFilePath
)' == ''">$(IntermediateOutputPath)$(ProjectDepsFileName)</IntermediateDepsFilePath >
1164
<_GeneratePublishDependencyFilePropertyInputsCacheToHash Include="$(
PublishDepsFilePath
)" />
1221
<PublishDepsFilePath Condition=" '$(
PublishDepsFilePath
)' == '' And '$(PublishSingleFile)' != 'true'">$(PublishDir)$(ProjectDepsFileName)</PublishDepsFilePath>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (3)
474
<AllPublishItemsFullPathWithTargetPath Include="$(
PublishDepsFilePath
)"
475
TargetPath="$([System.IO.Path]::GetFileName($(
PublishDepsFilePath
)))"
477
Condition="'$(
PublishDepsFilePath
)' != '' and '$(_UseBuildDependencyFile)' != 'true'"/>