Explorar o código

Revert to base appveyor build

Nick Babcock %!s(int64=6) %!d(string=hai) anos
pai
achega
42e4e252bb
Modificáronse 2 ficheiros con 2 adicións e 9 borrados
  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'