Build started git clone -q --branch=master git@github.com:/.git C:\projects\ git checkout -qf Running Install scripts $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n" $fileContent += $env:priv_key.Replace(' ', "`n") $fileContent += "`n-----END RSA PRIVATE KEY-----`n" Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent git submodule -q update --init --recursive msbuild ".Web\.Web.csproj" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" Microsoft (R) Build Engine version 12.0.31101.0 [Microsoft .NET Framework, version 4.0.30319.34209] Copyright (C) Microsoft Corporation. All rights reserved. Restoring NuGet packages... To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. Installing 'Antlr 3.4.1.9004'. Installing 'AttributeRouting 3.5.6'. Successfully installed 'Antlr 3.4.1.9004'. Successfully installed 'AttributeRouting 3.5.6'. Installing 'AttributeRouting.Core 3.5.6'. Successfully installed 'AttributeRouting.Core 3.5.6'. Installing 'elmah.corelibrary 1.2.2'. Successfully installed 'elmah.corelibrary 1.2.2'. Installing 'Elmah.MVC 2.1.1'. Installing 'AttributeRouting.Core.Web 3.5.6'. Successfully installed 'Elmah.MVC 2.1.1'. Successfully installed 'AttributeRouting.Core.Web 3.5.6'. Installing 'Hammock 1.3.0'. Installing 'jquery.cookie 1.4.0'. Successfully installed 'jquery.cookie 1.4.0'. Successfully installed 'Hammock 1.3.0'. Installing 'Microsoft.AspNet.Mvc 5.1.1'. Installing 'Microsoft.AspNet.Razor 3.1.1'. Successfully installed 'Microsoft.AspNet.Razor 3.1.1'. Installing 'Microsoft.AspNet.SignalR 2.0.1'. Successfully installed 'Microsoft.AspNet.Mvc 5.1.1'. Successfully installed 'Microsoft.AspNet.SignalR 2.0.1'. Installing 'Microsoft.AspNet.SignalR.Core 2.0.2'. Successfully installed 'Microsoft.AspNet.SignalR.Core 2.0.2'. Installing 'Microsoft.AspNet.SignalR.JS 2.0.1'. Successfully installed 'Microsoft.AspNet.SignalR.JS 2.0.1'. Installing 'Microsoft.AspNet.Web.Optimization 1.1.3'. Successfully installed 'Microsoft.AspNet.Web.Optimization 1.1.3'. Installing 'Microsoft.AspNet.WebPages 3.1.1'. Successfully installed 'Microsoft.AspNet.WebPages 3.1.1'. Installing 'Microsoft.Owin.Security 2.0.2'. Installing 'Microsoft.Owin.Host.SystemWeb 2.0.0'. Successfully installed 'Microsoft.Owin.Security 2.0.2'. Successfully installed 'Microsoft.Owin.Host.SystemWeb 2.0.0'. Installing 'mustache.js 0.7.2'. Installing 'Microsoft.Web.Infrastructure 1.0.0.0'. Successfully installed 'Microsoft.Web.Infrastructure 1.0.0.0'. Successfully installed 'mustache.js 0.7.2'. Installing 'Newtonsoft.Json 5.0.4'. Installing 'Owin 1.0'. Successfully installed 'Owin 1.0'. Successfully installed 'Newtonsoft.Json 5.0.4'. Installing 'Specifications 1.0.4'. Successfully installed 'Specifications 1.0.4'. Installing 'Postmark 1.6.1'. Successfully installed 'Postmark 1.6.1'. Installing 'Twitter.Bootstrap 2.2.2'. Successfully installed 'Twitter.Bootstrap 2.2.2'. Installing 'WebActivator 1.0.0.0'. Successfully installed 'WebActivator 1.0.0.0'. Installing 'WebGrease 1.5.2'. Successfully installed 'WebGrease 1.5.2'. Installing 'jQuery 2.1.0'. Successfully installed 'jQuery 2.1.0'. Installing 'Microsoft.Owin 2.0.2'. Successfully installed 'Microsoft.Owin 2.0.2'. Restoring NuGet packages... To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. Installing 'DataAnnotationsExtensions 1.1.0.0'. Successfully installed 'DataAnnotationsExtensions 1.1.0.0'. Installing 'HtmlAgilityPack 1.4.6'. Successfully installed 'HtmlAgilityPack 1.4.6'. Installing 'RavenDB.Client 2.0.2330'. Installing 'Microsoft.AspNet.Mvc 3.0.20105.1'. Successfully installed 'Microsoft.AspNet.Mvc 3.0.20105.1'. Installing 'structuremap 2.6.4.1'. Successfully installed 'structuremap 2.6.4.1'. Installing 'TinyIoC 1.2'. Successfully installed 'RavenDB.Client 2.0.2330'. Successfully installed 'TinyIoC 1.2'. Installing 'TinyIoC.AspNetExtensions 1.2'. Successfully installed 'TinyIoC.AspNetExtensions 1.2'. Installing 'Bitly.Net 0.0.6.0'. Successfully installed 'Bitly.Net 0.0.6.0'. Helpers\EshopHelper.cs(57,30): warning CS0168: The variable 'e' is declared but never used [C:\projects\\\.\..csproj] Helpers\UrlHelper.cs(74,20): warning CS0618: 'System.Uri.Uri(string, bool)' is obsolete: 'The constructor has been deprecated. Please use new Uri(string). The dontEscape parameter is deprecated and is always false. http://go.microsoft.com/fwlink/?linkid=14202' [C:\projects\\\.\..csproj] Helpers\AdminHelper.cs(34,54): warning CS0168: The variable 'e' is declared but never used [C:\projects\\\.\..csproj] Helpers\AdminHelper.cs(48,30): warning CS0168: The variable 'e' is declared but never used [C:\projects\\\.\..csproj] Infrastructure\Indexes\###.cs(22,21): warning CS0618: '..Entities.###' is obsolete: 'Use FirstPublishDate or LastPublishDate instead' [C:\projects\\\.\..csproj] . -> C:\projects\\\.\bin\Debug\..dll Restoring NuGet packages... To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. Installing 'Newtonsoft.Json 6.0.1'. Successfully installed 'Newtonsoft.Json 6.0.1'. Installing 'AWSSDK 2.3.5.0'. Successfully installed 'AWSSDK 2.3.5.0'. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "WebGrease". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\projects\\.Business\.Business.csproj] .Business -> C:\projects\\.Business\bin\Debug\.Business.dll Restoring NuGet packages... To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. All packages listed in packages.config are already installed. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Raven.Client.Lightweight". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\projects\\.Publish\.Publish.csproj] Infrastruture\RavenSessionProvider.cs(4,7): error CS0246: The type or namespace name 'Raven' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\\.Publish\.Publish.csproj] Infrastruture\RavenSessionProvider.cs(5,7): error CS0246: The type or namespace name 'Raven' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\\.Publish\.Publish.csproj] Infrastruture\RavenSessionProvider.cs(6,7): error CS0246: The type or namespace name 'Raven' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\\.Publish\.Publish.csproj] Infrastruture\RavenSessionProvider.cs(46,17): error CS0246: The type or namespace name 'IDocumentStore' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\\.Publish\.Publish.csproj] Infrastruture\RavenSessionProvider.cs(48,16): error CS0246: The type or namespace name 'IDocumentStore' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\\.Publish\.Publish.csproj] Infrastruture\RavenSessionProvider.cs(53,24): error CS0246: The type or namespace name 'IDocumentStore' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\\.Publish\.Publish.csproj] Infrastruture\RavenSessionProvider.cs(68,17): error CS0246: The type or namespace name 'IDocumentStore' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\\.Publish\.Publish.csproj] Infrastruture\RavenSessionProvider.cs(81,16): error CS0246: The type or namespace name 'IDocumentSession' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\\.Publish\.Publish.csproj] Infrastruture\RavenSessionProvider.cs(87,16): error CS0246: The type or namespace name 'IDocumentStore' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\\.Publish\.Publish.csproj] Command exited with code 1