...
View file | ||
---|---|---|
|
...
At this point you should be able to replace the missing DLL dependencies with ones from Azure Artifacts. Do so for any dependency that is missing and is not already on NuGet.
...
Troubleshooting Notes
Credentials Pop-Up
...
An error we encountered is when cloning a project with spaces. NuGet does not like this. Consider remove removing or replacing the %20
with a -
(hyphen) in your folder name.
...