Build failing on simple Universal app
It was my understanding that AppVeyor is now supporting Visual Studio 2015 and Universal apps for Windows 10.
I have changed my appveyor.xml to set "os: Visual Studio 2015". I then created a simple Universal app from Visual Studio "New project" without any modifications. It builds and runs on my machine just fine. I then committed to my repo and ran it through AppVeyor and get this error:
Build FAILED.
"C:\projects\stoffi-player-win\Stoffi.csproj" (default target) (1) -> (ResolveNuGetPackageAssets target) -> C:\Program Files (x86)\MSBuild\Microsoft\NuGet\Microsoft.NuGet.targets(83,5): error : The package Microsoft.ApplicationInsights >with version 1.0.0 could not be found in C:\Users\appveyor.nuget\packages. Run a NuGet package restore to download the package. [C:\projects\stoffi-player-win\Stoffi.csproj]
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 28 Aug, 2015 04:34 PM
Is it in a public repo by chance? Have you tried adding
nuget restorebefore build?2 Posted by ephracis on 05 Sep, 2015 08:13 PM
Oh, missed the
nuget restore. Thanks!ephracis closed this discussion on 20 Mar, 2016 02:32 PM.