tag:help.appveyor.com,2012-11-13:/discussions/problems/4518-this-folder-contains-no-solution-files-nor-packagesconfig-filesAppVeyor: Discussion 2018-08-25T02:05:51Ztag:help.appveyor.com,2012-11-13:Comment/396912722016-04-20T15:38:00Z2016-04-20T15:38:02ZThis folder contains no solution files, nor packages.config files.<div><p>I received an email back from AppVeyor support saying to include
the nested path to my solution file in my previous build step,
which was the nuget restore call.</p>
<p>So now my appveyor.yml has</p>
<p>nuget restore Source\MySolutionFile.sln</p>
<p>and my build works!</p>
<p>Thanks!</p></div>Sean Holmesbytag:help.appveyor.com,2012-11-13:Comment/396912722016-04-20T19:50:29Z2016-04-20T19:50:29ZThis folder contains no solution files, nor packages.config files.<div><p>Thanks for the update!</p></div>Feodor Fitsner