Problem with Quickstart

I followed the instructions to install Appium, which seems to have been successful.

Following the instructions to run the simple test after quick start, I get errors (dump below). I don’t understand why it is looking two levels up in the directory tree for “Nuget” - nor how to correct this. Actually, it appears that there might be a newline in “Nu get” but not sure this is relevant.

Any insight would be appreciated.


E:\Projects\Sandbox\dotnet-client>dotnet new nunit --name appiumtest
The template “NUnit 3 Test Project” was created successfully.

Processing post-creation actions…
Restoring E:\Projects\Sandbox\dotnet-client\appiumtest\appiumtest.csproj:
Determining projects to restore…

E:\Projects\Sandbox\dotnet-client\appiumtest\appiumtest.csproj : error NU1301: The local source ‘E:\Projects\Sandbox\Nu
get’ doesn’t exist.

E:\Projects\Sandbox\dotnet-client\appiumtest\appiumtest.csproj : error NU1301: The local source ‘E:\Projects\Sandbox\Nu
get’ doesn’t exist.

E:\Projects\Sandbox\dotnet-client\appiumtest\appiumtest.csproj : error NU1301: The local source ‘E:\Projects\Sandbox\Nu
get’ doesn’t exist.

E:\Projects\Sandbox\dotnet-client\appiumtest\appiumtest.csproj : error NU1301: The local source ‘E:\Projects\Sandbox\Nu
get’ doesn’t exist.

Failed to restore E:\Projects\Sandbox\dotnet-client\appiumtest\appiumtest.csproj (in 190 ms).
Restore failed.
Post action failed.
Manual instructions: Run ‘dotnet restore’