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 NuGetAuthenticate task install .netfx credential provider on Linux #12525

Merged
merged 6 commits into from
Mar 19, 2020
Merged

Make NuGetAuthenticate task install .netfx credential provider on Linux #12525

merged 6 commits into from
Mar 19, 2020

Conversation

schultetwin1
Copy link
Contributor

Fixes #12524

The current NuGetAuthenticate task does not install the .netfx credential provider. The .netfx credential provider is needed under Linux when running nuget.exe under mono.

@jmyersmsft jmyersmsft merged commit 69bdf79 into microsoft:master Mar 19, 2020
@schultetwin1 schultetwin1 deleted the add_netfx_auth_plugin_to_linux branch March 19, 2020 21:53
jmyersmsft pushed a commit that referenced this pull request Mar 20, 2020
…ux (#12525)

* Install .netfx credential provider on Linux

* Update tasks who are affected by common changes

* Bump minor version to 167

Co-authored-by: Jonathan Myers <11822817+jmyersmsft@users.noreply.github.com>
(cherry picked from commit 69bdf79)
jmyersmsft added a commit that referenced this pull request Mar 20, 2020
* Make NuGetAuthenticate task install .netfx credential provider on Linux (#12525)

* Install .netfx credential provider on Linux

* Update tasks who are affected by common changes

* Bump minor version to 167

Co-authored-by: Jonathan Myers <11822817+jmyersmsft@users.noreply.github.com>
(cherry picked from commit 69bdf79)

* Update task.loc.json (#12558)

(cherry picked from commit d8753cb)

Co-authored-by: Matt Schulte <maschu@microsoft.com>
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

Successfully merging this pull request may close these issues.

NuGetAuthenticate does not install .net framework plugin on Linux
3 participants