瀏覽代碼

Revert to base appveyor build

Nick Babcock 6 年之前
父節點
當前提交
42e4e252bb
共有 2 個文件被更改,包括 2 次插入9 次删除
  1. 1 1
      OhmGraphite/FodyWeavers.xml
  2. 1 8
      appveyor.yml

+ 1 - 1
OhmGraphite/FodyWeavers.xml

@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <Weavers>
-  <Costura ExcludeAssemblies='TargetExe|TargetExeTest' CreateTemporaryAssemblies='true' DisableCleanup='true'/>
+  <Costura />
 </Weavers>

+ 1 - 8
appveyor.yml

@@ -1,8 +1 @@
-image: 'Visual Studio 2017'
-build: off
-test_script:
-  cmd: |
-      git submodule update --init --recursive
-      nuget restore
-      dotnet build ./OhmGraphite/OhmGraphite.csproj
-      dotnet test ./OhmGraphite.Test/OhmGraphite.Test.csproj
+image: 'Visual Studio 2017'