5 usages of MSBuild property PackageLicenseExpressionInternal
MSBuildFiles (5)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\ProjectDefaults.targets (4)
34
<PropertyGroup Condition="'$(
PackageLicenseExpressionInternal
)' != '' and '$(IsPackable)' == 'true' and '$(PackageLicenseFile)' == ''">
38
<PropertyGroup Condition="'$(
PackageLicenseExpressionInternal
)' != '' and '$(IsPackable)' == 'true' and '$(PackageLicenseFullPath)' == ''">
39
<PackageLicenseFullPath>$(MSBuildThisFileDirectory)Licenses\$(
PackageLicenseExpressionInternal
).txt</PackageLicenseFullPath>
42
<ItemGroup Condition="'$(
PackageLicenseExpressionInternal
)' != '' and '$(IsPackable)' == 'true'">
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\RepositoryInfo.targets (1)
128
Properties="RepoRoot=$(RepoRoot);PackageLicenseExpression=$(PackageLicenseExpression);PackageLicenseExpressionInternal=$(
PackageLicenseExpressionInternal
);SuppressLicenseValidation=$(SuppressLicenseValidation)"