4 usages of MSBuild property PublishProfile
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
204
<NETSdkWarning Condition="'$(PublishProfileImported)' != 'true' and '$(
PublishProfile
)' != ''"
206
FormatArguments="$(
PublishProfile
)"/>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportPublishProfile.targets (2)
19
<PublishProfileName Condition="'$(PublishProfileName)' == '' and '$(
PublishProfile
)' != ''">$([System.IO.Path]::GetFileNameWithoutExtension($(
PublishProfile
)))</PublishProfileName>