1 assignment to MSBuild property PackageLicenseExpression
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
7<PackageLicenseExpression>MIT</PackageLicenseExpression>
7 usages of MSBuild property PackageLicenseExpression
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (1)
277PackageLicenseExpression="$(PackageLicenseExpression)"
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\RepositoryInfo.targets (1)
128Properties="RepoRoot=$(RepoRoot);PackageLicenseExpression=$(PackageLicenseExpression);PackageLicenseExpressionInternal=$(PackageLicenseExpressionInternal);SuppressLicenseValidation=$(SuppressLicenseValidation)"
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\Workarounds.targets (3)
65<Error Text="Either PackageLicenseExpression or PackageLicenseFile must be specified" Condition="'$(PackageLicenseExpression)' == '' and '$(PackageLicenseFile)' == ''"/> 69<_LicenseElement Condition="'$(PackageLicenseExpression)' != ''"> 70<license type="expression">$(PackageLicenseExpression)</license>
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.props (1)
60<PackageLicenseUrl Condition="'$(PackageLicenseExpression)' == ''">http://go.microsoft.com/fwlink/?LinkId=329770</PackageLicenseUrl>
D\a\_work\1\s\bin_\repo\msbuild\src\Package\NuspecProject.targets (1)
16<NuspecProperties>$(NuspecProperties);licenseExpression=$(PackageLicenseExpression)</NuspecProperties>