1 assignment to MSBuild property PublishProfileFullPath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportPublishProfile.targets (1)
20
<
PublishProfileFullPath
Condition="'$(PublishProfileFullPath)' == '' and '$(PublishProfileName)' != ''">$(_PublishProfileRootFolder)$(PublishProfileName).pubxml</PublishProfileFullPath>
3 usages of MSBuild property PublishProfileFullPath
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportPublishProfile.targets (3)
20
<PublishProfileFullPath Condition="'$(
PublishProfileFullPath
)' == '' and '$(PublishProfileName)' != ''">$(_PublishProfileRootFolder)$(PublishProfileName).pubxml</PublishProfileFullPath>
21
<WebPublishProfileFile Condition="'$(WebPublishProfileFile)' == '' and Exists('$(
PublishProfileFullPath
)')">$(
PublishProfileFullPath
)</WebPublishProfileFile>