Parcourir la source

appveyor: remember to restore packages

Nick Babcock il y a 7 ans
Parent
commit
6c9be53433
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -5,6 +5,7 @@ configuration:
 
 before_build:
 - cmd: git submodule update --init --recursive
+- cmd: nuget restore
 
 build:
   project: OhmGraphite.sln