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

Make extension work on MacOS/Linux #43

Open
MarcBruins opened this issue Jul 4, 2019 · 0 comments
Open

Make extension work on MacOS/Linux #43

MarcBruins opened this issue Jul 4, 2019 · 0 comments

Comments

@MarcBruins
Copy link
Member

NuKeeper now works on mono so the extension should too. The extension will break currently if you run it on non windows with a private feed. This happens because only windows supports encrypted nuget.config passwords, on linux/mac this is not supported.

To make this work we should change the password to be a ClearTextPassword, we delete the nuget.config in a postdeployment job and we should be able to target non windows agents

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

No branches or pull requests

1 participant