-
Notifications
You must be signed in to change notification settings - Fork 15
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
Nukeeper task fails on Azure DevOps Server #36
Comments
I think NuKeeper is having a hard time trying to determine what platform you are using. Gitea seems to have the most tolerant ISettingsReader.CanRead() method. Because of this NuKeeper thinks it's running on a Gitea server. Could you try to add |
Gitea is the last in the Settingsreaders loop and thats why you see a gitea message. |
And I think this is an issue with NuKeeper itself and not the extension. What happens if you run Adding the platform parameter should work in your case as Max said |
Hi guys, thanks for the quick responses. I didn't have time to look at the problem again until Friday. I tried both suggestions, separately and together, and got the same result (as below).
I also noticed that it strips out the quotation marks from the |
Nukeeper isn't able to work out which platform to use when running on a private build agent for Azure DevOps Server (On-Prem) because the path to the repo is a local one. I tried setting the
repo
argument in the pipeline, but that doesn't supercede the original value ofrepo
.Log:
The text was updated successfully, but these errors were encountered: