Sfoglia il codice sorgente

appveyor: remember to restore packages

Nick Babcock 7 anni fa
parent
commit
6c9be53433
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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