summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 44647424a..347faaf4a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,7 +19,7 @@ build_script:
   
 after_build:  
   - ps: '.\scripts\Sign-Package.ps1'  
-  - cmd: dotnet test crypto\test\crypto.test.csproj --no-build
+  - cmd: dotnet test crypto\test\crypto.test.csproj --no-build --no-restore
 
 artifacts:
   - path: '*.nupkg'