1 assignment to MSBuild property PackageLicenseFullPath
MSBuildFiles (1)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\ProjectDefaults.targets (1)
39
<
PackageLicenseFullPath
>$(MSBuildThisFileDirectory)Licenses\$(PackageLicenseExpressionInternal).txt</PackageLicenseFullPath>
3 usages of MSBuild property PackageLicenseFullPath
MSBuildFiles (3)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\ProjectDefaults.targets (2)
38
<PropertyGroup Condition="'$(PackageLicenseExpressionInternal)' != '' and '$(IsPackable)' == 'true' and '$(
PackageLicenseFullPath
)' == ''">
43
<None Include="$(
PackageLicenseFullPath
)" Pack="true" PackagePath="$(PackageLicenseFile)" Visible="false" />
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\Workarounds.targets (1)
78
<file src="$(
PackageLicenseFullPath
)" target="$(PackageLicenseFile)" />