-
Notifications
You must be signed in to change notification settings - Fork 296
Publishing Microsoft.DataApiBuilder nuget to Nuget.org #1118
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
Publishing Microsoft.DataApiBuilder nuget to Nuget.org #1118
Conversation
…ps://github.com/Azure/data-api-builder into dev/abhishekkuma/publish_dab_nuget_to_nuget_org
|
the nuget page* |
Yes, this page is public. But, we have only uploaded the test package which contains nothing. |
Aniruddh25
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that the regex for the reserved prefix has been modified, LGTM after resolving the comments.
Why make this change?
What is this change?
nuget.org.isNugetReleaseset to true.How was this tested?
hello world).Microsoft.DataApiBuilder.Test, and I was able to successfully publish tonuget.org. Link: https://www.nuget.org/packages/Microsoft.DataApiBuilder.Test/Reference Links
Publish NuGet packages with Pipeline tasks or the classic editor - Azure Pipelines | Microsoft Learn.
Updates
Microsoft.DataApiBuilder.*, due to which we are unable to upload package with IDMicrosoft.DataApiBuilder, whereasMicrosoft.DataApiBuilder.Testworks fine. There is an ongoing mail thread to update the regex for reserved namespace given to DataApiBuilder. Once we get an update on that I will update this PR.