From 07488cd66b3330f9f328d0ba2eacdfac0ad9c470 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 18 Jan 2017 21:12:12 +0100 Subject: [PATCH] appveyor -PackagesDirectory packages --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ac40eef5..7d1f8b1d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,8 +19,8 @@ environment: PATH: $(PATH);$(PROGRAMFILES)\dotnet\ before_build: -- nuget restore .\examples\WireMock.Net.ConsoleApplication\WireMock.Net.ConsoleApplication.csproj -- nuget restore .\test\WireMock.Net.Tests\WireMock.Net.Tests.csproj +- nuget restore .\examples\WireMock.Net.ConsoleApplication\WireMock.Net.ConsoleApplication.csproj -PackagesDirectory packages +- nuget restore .\test\WireMock.Net.Tests\WireMock.Net.Tests.csproj -PackagesDirectory packages build_script: - appveyor-retry dotnet restore .\src\WireMock -v Minimal @@ -35,4 +35,4 @@ artifacts: - path: artifacts\**\*.* cache: -- '%USERPROFILE%\.nuget\packages' \ No newline at end of file +- packages \ No newline at end of file