浏览代码

Fix restore of assets in appveyor

Nick Babcock 6 年之前
父节点
当前提交
4f860867bf
共有 1 个文件被更改,包括 1 次插入0 次删除
  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