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

Don't publish -pre builds to MyGet #1078

Closed
CharliePoole opened this issue Jan 4, 2022 · 1 comment · Fixed by #1082
Closed

Don't publish -pre builds to MyGet #1078

CharliePoole opened this issue Jan 4, 2022 · 1 comment · Fixed by #1082
Assignees
Milestone

Comments

@CharliePoole
Copy link
Collaborator

Note: I documented the various errors arising in automatically publishing packages and doing the github release here: #1074 This relates to one of them.

We currently publish labels dev and pre to MyGet. This is really not necessary, as we don't do anything with those builds and they generally don't contain anything that's not already in a dev build. We've continued to do it primarily out of inertia.

However, the version of GitReleaseManager we are using has bugs in how it handles PRs and the build fails when it tries to push the PR build to MyGet. The easiest solution is to stop pushing those builds, at least until the GRM bug is fixed.

@CharliePoole
Copy link
Collaborator Author

This issue has been resolved in version 3.13.2

The release is available on:
GitHub.
NuGet packages are also available NuGet.org and
Chocolatey Packages may be found at Chocolatey.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant