Parcourir la source

Fix restore of assets in appveyor

Nick Babcock il y a 6 ans
Parent
commit
4f860867bf
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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