소스 검색

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