Quellcode durchsuchen

Fix restore of assets in appveyor

Nick Babcock vor 6 Jahren
Ursprung
Commit
4f860867bf
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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