Skip to content
Discussion options

You must be logged in to vote

The issue was caused, for some reason, by the nuget.config file created by Visual Studio 2019. Following the suggestions from this NuGet wiki page, I simply deleted every file named nuget.config on my computer (since I don't really use Visual Studio or NuGet for anything else, I was not worried about this breaking any previous configurations). After that, Wix installed correctly!

Per the NuGet wiki, if you don't want to delete nuget.config, it would likely also work to manually add nuget.org as a source by running:
dotnet nuget add source https://api.nuget.org/v3/index.json --name nuget.org
OR
nuget.exe sources add -Name nuget.org -Source https://api.nuget.org/v3/index.json

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@robmen
Comment options

@e-t-l
Comment options

Comment options

You must be logged in to vote
1 reply
@e-t-l
Comment options

Comment options

You must be logged in to vote
1 reply
@e-t-l
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by e-t-l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants