-
Notifications
You must be signed in to change notification settings - Fork 926
Fix link to development NuGet feed #825
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
Comments
I managed to get package publishing working from Azure pipelines, although it is still a manual process to promote a build. That way several commits can land into master without resulting in a package publish for each CI build. Under Azure Pipelines > Releases, click Create Release and pick the build to be published. We still need to bump the major/minor/patch parts of the version in Eg a bump from 5.0.0-alpha5 to 5.0.0-alpha6 should automatically publish a new package. |
Really cool, thanks for looking into it 😄 |
Planning on moving to the Github package registry, but ran into a few blockers:
The Azure pipelines deploy is here and is all ready to go once the blockers are resolved. |
We could try asking Github support about the rate limiting.
Sent from my phone.
…On Sun, Jun 23, 2019, 1:09 PM Dustin Masters ***@***.***> wrote:
Planning on moving to the Github package registry, but ran into a few
blockers:
- Package publishing appears to be rate limited. Trying to use the
nuget CLI to push all packages only results in the first few succeeding.
Not sure how to get past this one without putting a sleep in the build,
waiting to hear back from support on this one
- My personal access token allows pushing packages to my fork, but not
the reactjs repo. This is a problem because the package source is specified
at build time via the projectUrl or repository element in the
generated nuspec from the build. We will likely need to just wait for
the beta to be more widely opened.
The Azure pipelines deploy is here
<https://dev.azure.com/reactnet/ReactJS.NET/_releaseProgress?_a=release-environment-logs&releaseId=12&environmentId=12>
and is all ready to go once the blockers are resolved.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#825?email_source=notifications&email_token=AAAWOHK3KV7G43RAKHVTC2DP37J6PA5CNFSM4HTMHA4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYLGABA#issuecomment-504782852>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAWOHI64M4WO7THVR2H2VDP37J6PANCNFSM4HTMHA4A>
.
|
Yep, I sent them a support email about five minutes ago :) will see what they say |
Did you hear back from GitHub about the rate limiting? |
Yeah, when publishing from azure pipelines it isn’t a problem. So now we
just need the reactjs org to be enabled in the beta.
…On Sun, Jul 21, 2019 at 01:00, Daniel Lo Nigro ***@***.***> wrote:
Did you hear back from GitHub about the rate limiting?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#825?email_source=notifications&email_token=AAHGCFQ4RE3CCTSLBI2QNCDQAQJP7A5CNFSM4HTMHA4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2N6E2Y#issuecomment-513532523>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHGCFUK3CQLFMERUUZZY5DQAQJP7ANCNFSM4HTMHA4A>
.
|
As a part of consolidating the CI services in #791 to use just Azure Pipelines, I missed that we are still linking to the Appveyor package server. This issue discusses bringing that functionality back.
A few possibilities
build.proj
The text was updated successfully, but these errors were encountered: