-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error building symbol .snupkg package when using embedded license file #7591
Comments
Merged in release-4.9.3-rtm |
I download the sample above and it still fails.
|
I assume this bug was fixed in the .NET Core SDK |
eerhardt
added a commit
to eerhardt/arrow
that referenced
this issue
Mar 15, 2019
Work around NuGet/Home#7591 until CI gets the updated SDK version.
jaaufauvre
added a commit
to Mastercard/client-encryption-csharp
that referenced
this issue
Jun 25, 2019
jaaufauvre
added a commit
to Mastercard/client-encryption-csharp
that referenced
this issue
Jun 25, 2019
jaaufauvre
added a commit
to Mastercard/oauth1-signer-csharp
that referenced
this issue
Jun 25, 2019
jaaufauvre
added a commit
to Mastercard/client-encryption-csharp
that referenced
this issue
Aug 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details about Problem
Attempting to build symbol NuGet .snupkg package fails when using embedded license file with the
PackageLicenseFile
property.NuGet product used: VS UI, dotnet pack
dotnet.exe --version: 2.1.500
VS version: 15.9.3
OS version: win10 v1809 (17763.134)
Detailed repro steps so we can see the same problem
Build generates the main .nupkg file successfully but fails to generate the .snupkg with the following error message:
error NU5030: The license file 'LICENSE.txt' does not exist in the package.
Expected build to generate both .nupkg and .snupkg files.
Verbose Logs
Please include verbose logs (NuGet.exe -verbosity detailed | dotnet.exe --verbosity diag | etc...)
log.txt
Sample Project
Very helpful if you can zip a project and paste into this issue!
MySampleLibrary.zip
The text was updated successfully, but these errors were encountered: