Skip to content

Use NuGet "snupkg" format for symbols package #44

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

Merged
merged 1 commit into from
Jul 29, 2021

Conversation

tgharold
Copy link
Contributor

https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg

Symbol package publishing is only supported by the NuGet V3 API.

NuGet.org supports its own symbols server repository and only accepts the
new symbol package format - .snupkg.

cake-build/cake#2362
cake-build/cake#3331

@tgharold tgharold requested a review from billbogaiv July 29, 2021 13:03
@billbogaiv
Copy link
Member

I created an issue a few days ago regarding symbols publishing: #43

Cake has not published an updated package including the recent changes to allow the PR as-is.

@tgharold tgharold force-pushed the publish-new-symbols-1 branch from 23a7518 to 6181335 Compare July 29, 2021 13:14
@tgharold
Copy link
Contributor Author

tgharold commented Jul 29, 2021

Yeppers - we need Cake 1.2, I'll use the workaround that you posted in #43

Which is the equivalent of doing the following in the csproj files everywhere.

  <PropertyGroup>
    <IncludeSymbols>true</IncludeSymbols>
    <SymbolPackageFormat>snupkg</SymbolPackageFormat>
  </PropertyGroup>

@tgharold tgharold force-pushed the publish-new-symbols-1 branch from 6181335 to 6a78eb6 Compare July 29, 2021 13:19
https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg

Symbol package publishing is only supported by the NuGet V3 API.

NuGet.org supports its own symbols server repository and only accepts the
new symbol package format - .snupkg.

cake-build/cake#2362
cake-build/cake#3331
@tgharold tgharold force-pushed the publish-new-symbols-1 branch from 6a78eb6 to 29bb25d Compare July 29, 2021 13:19
@billbogaiv billbogaiv merged commit b4baf6d into ritterim:master Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants