diff --git a/appveyor.yml b/appveyor.yml index 3bfdbff59..14fce3f2c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ test_script: - vstest.console "src\Test\bin\%CONFIGURATION%\Test.dll" /logger:Appveyor cache: - - 'src\ui\packages -> **\src\ui\packages.config' + - 'packages -> **\src\ui\packages.config' matrix: fast_finish: true diff --git a/src/Test/Test.csproj b/src/Test/Test.csproj index 2a08429ec..22bc849f2 100644 --- a/src/Test/Test.csproj +++ b/src/Test/Test.csproj @@ -13,6 +13,8 @@ Test v4.6.2 + + AllRules.ruleset @@ -42,10 +44,18 @@ False - ..\packages\NHunspell.1.2.5554.16953\lib\net\NHunspell.dll + ..\..\packages\NHunspell.1.2.5554.16953\lib\net\NHunspell.dll + + + ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll + + + ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll + + @@ -165,6 +175,13 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/src/ui/packages.config b/src/ui/packages.config index 080ebe863..b156a2b96 100644 --- a/src/ui/packages.config +++ b/src/ui/packages.config @@ -2,7 +2,7 @@ - +