Ver código fonte

dotMemory tests are now run with cake

Nikita Tsukanov 8 anos atrás
pai
commit
36310f1b6a
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      appveyor.yml

+ 0 - 1
appveyor.yml

@@ -27,7 +27,6 @@ before_build:
 build_script:
 - ps: .\build.ps1 -Target "AppVeyor" -Platform "$env:platform" -Configuration "$env:configuration"
 after_build:
-- tests\Avalonia.LeakTests\bin\Release\dotMemoryUnit.exe -targetExecutable="%xunit20%\xunit.console.x86.exe" -returnTargetExitCode  --"tests\Avalonia.LeakTests\bin\Release\Avalonia.LeakTests.dll"
 - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
 - pip install codecov
 - codecov -f "./artifacts/coverage.xml"