瀏覽代碼

Don't use release mode on ci

Nick Babcock 7 年之前
父節點
當前提交
e6bb9fe6a2
共有 1 個文件被更改,包括 2 次插入2 次删除
  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