Skip to content
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

Support nuget snupkg artifacts #458

Merged
merged 4 commits into from
Feb 8, 2023
Merged

Conversation

mattjohnsonpint
Copy link
Contributor

Adds support for publishing Nuget Symbol Package files (.snupkg extension).

We'll need this to publish the .NET SDK repo, now that we start using them with getsentry/sentry-dotnet#2166.

src/targets/nuget.ts Outdated Show resolved Hide resolved
@mattjohnsonpint
Copy link
Contributor Author

The first approach was overcomplicated. This will work as well - it just publishes both .nupkg and .snupkg files via separate invocations of dotnet nuget push, which should work just fine.

@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) February 8, 2023 05:11
Copy link
Member

@asottile-sentry asottile-sentry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattjohnsonpint mattjohnsonpint merged commit 9a99786 into master Feb 8, 2023
@mattjohnsonpint mattjohnsonpint deleted the feat/nuget-symbol-files branch February 8, 2023 14:02
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.

3 participants