Explorar el Código

Fix restore of assets in appveyor

Nick Babcock hace 6 años
padre
commit
4f860867bf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -1,5 +1,6 @@
 image: 'Visual Studio 2017'
 install:
   - git submodule update --init --recursive
+  - dotnet restore
 build:
   project: OhmGraphite.sln