-
Notifications
You must be signed in to change notification settings - Fork 329
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
Question: How to fetch the nugetforunity packages during CI/CD in a github action? #522
Comments
Hi, NuGetForUnity/.github/workflows/main.yml Lines 207 to 211 in 03353e7
Note: When you do it in your own CI you don't need the --add-source . Normally you would install the tool locally and than do dotnet tool restore (just look at the official documentation for global tools).
|
See also the documentation in the ReadMe.md. I thought that this is "enough" to understand how to use it in CI/CD. Do you have any suggestion on how we can improve the documentation? |
Not sure yet how to improve it but I'm trying to follow it unsuccessfully thus far (including the comments in this thread).. tried multiple things, most recent is locally:
in build action (after checkout - trying to do what you say here: #522 (comment))
... build output gives me (from the Install NuGetForUnity.Cli step)
|
aha this is working but i have an issue with one of my packages now. @JoC0de if there is a way i can improve this lmk
|
|
Has anyone done this?
The text was updated successfully, but these errors were encountered: