Explorar el Código

Don't use release mode on ci

Nick Babcock hace 7 años
padre
commit
e6bb9fe6a2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      appveyor.yml

+ 2 - 2
appveyor.yml

@@ -4,5 +4,5 @@ test_script:
   cmd: |
       git submodule update --init --recursive
       nuget restore
-      dotnet build -c Release ./OhmGraphite/OhmGraphite.csproj
-      dotnet test .\OhmGraphite.Test\OhmGraphite.Test.csproj
+      dotnet build ./OhmGraphite/OhmGraphite.csproj
+      dotnet test ./OhmGraphite.Test/OhmGraphite.Test.csproj