-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
UPM config on Windows runners #618
Comments
I think this could be related: It's not for the builder project, but it does work with the |
Unfortunately for the test-runner, package-mode has the caveat of only working on Linux runners due to the dependency on So that means that I haven't been able to confirm it working on a Windows machine. One possible option is to try a different location for the toml that is accepted by Unity. See valid locations here. *Note that my example location requires the file to be named |
@lukas-prodviz have you managed to work with this config? I'm having the same issue. I'm also trying to build on a self-hosted Windows agent and must authenticate it with my external package manager. I have tried using various approaches without success:
Still looking to solve this problem =/ |
You cannot use
Try PR #665; it should work with your actions. |
It worked, thank @Shaun-Fong |
Looks like this is resolved, so closing this issue. |
Hello,
According to the documentation, UPM authentication on Ubuntu is configured by creating the upmconfig file under
/home/runner/work/_temp/_github_home
.In which directory should this file be placed on Windows runners?
I already tried to use
$HOME
and change the Ubuntu example from the documentation as follows:But this still gives me the message "... failed because it lacks valid authentication credentials" when the package manager tries to resolve the dependencies, whereas on Ubuntu everything works as expected.
The text was updated successfully, but these errors were encountered: