-
Notifications
You must be signed in to change notification settings - Fork 235
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
Need to consume MGC PR nuget packages from azure-sdk-for-net #4507
Comments
Right now, we have the version tag for NuGet packages as "alpha" and publish them to internal feeds for MGC. Ideally, when we start to publish MGC NuGet packages to public feed instead of internal. We can publish NuGet packages to internal feed when it is PR. @weshaggard Any plan when we will publish to public NuGet feed instead of internal feed for MGC? |
cc @hallipr who is more in sync with the work happening here. Is there a reason to publish this package to nuget? |
@weshaggard @hallipr Right now, we only release NuGet package to internal feed from main branch of this repo. This issue is to figure out a way to release NuGet package to internal feed from PR as well, for integration work in Azure Plugin. |
I realized we don't need an extra flag for the script, created #4687 to publish NuGet packages with But still, ideally we should publish to public NuGet from main branch and to internal feed from PR, like we are doing for npm packages. |
I have not see any plans to release the package to nuget.org, if we need that then please work with @hallipr to get that setup. I will add that our dev feed is also publicly available for people to consume from. |
We decided to manually get the latest version based on branch in https://dev.azure.com/azure-sdk/internal/_build?definitionId=6871&_a=summary |
Clear and concise description of the problem
During the MGC PR, there are NuGet packages generated as artifacts, but they are not published to any feed.
We need to publish them to some internal NuGet feed, so that Azure plugin in azure-sdk-for-net can consume them.
Checklist
The text was updated successfully, but these errors were encountered: