-
Notifications
You must be signed in to change notification settings - Fork 739
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
Try push to github package server #4443
Conversation
Combine setup-dotnet into one. Drop netcoreapp3.1
@OsirisTerje The package was pushed: I can see it here I successfully managed to retrieve it as part of one of my projects.
Can you see an accessibility on the packages? Is it marked internal or public? |
TODO: Update build.cake to remove |
It is marked Private |
Also, we need to have the version number incrementing. It now seems to just pick the cake version number. Might be easier to add in gitversion perhaps |
Can you change accessibility to public? |
I changed an org setting, allowing you to push a public package, it was off. I could not find any way of changing it after the push, so I guess you should push it again. Is there a visibility attribute in connection with the push ? |
@OsirisTerje I added a Still working on github actions giving me a proper branch name. The "solutions" I found on the web don't seem to work. I think it still shows I see that |
@manfred-brands I've changed the visibility to public for both NUnit and NUnitLite |
Btw, did you try to set up gitversion on to set the version number ? |
I used |
Would be nice to see it running soon. It makes 4.0 testing more complex as myget dead and we need post-beta1 fixes |
Didn't work and no longer relevant. |
Fixes #4440