Visual Studio 2013
, Visual Studio 2015
and Visual Studio 2017
. Let us know if you are still experiencing the issues restoring nuget packages. In the mean time we continue working with Azure, Verizon and Rackspace on a permanent solution.
appveyor.yml
:
hosts:
api.nuget.org: 93.184.221.200
nuget restore
command is run after install
phase. To update hosts file before install
phase please use the following solution:
init:
- ps: '[System.IO.File]::AppendAllText("C:\Windows\System32\drivers\etc\hosts", "`n93.184.221.200`tapi.nuget.org")'