You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is valid but causes New-NuGetPackage.ps1 to throw the above warning because it looks specifically for the //PropertyGroup/PackageLicenseFile element. Rather, it should support the above notation too.
Once this is fixed, remove the workaround from Lombiq.Analyzers.
github-actionsbot
changed the title
"Packing was skipped because ... doesn't have a <PackageLicenseFile> property." when the license file comes from a nuspec template
"Packing was skipped because ... doesn't have a <PackageLicenseFile> property." when the license file comes from a nuspec template (OSOE-639)
Jun 4, 2023
Case in point for Lombiq .NET Analyzers: It uses a ConvertTo-Nuspec.ps1 script to add the following element with a reference to the license file:
This is valid but causes New-NuGetPackage.ps1 to throw the above warning because it looks specifically for the
//PropertyGroup/PackageLicenseFile
element. Rather, it should support the above notation too.Once this is fixed, remove the workaround from
Lombiq.Analyzers
.Jira issue
The text was updated successfully, but these errors were encountered: