Browse Source

Use correct JetBrains.dotMemoryUnit version

pull/688/head
Wiesław Šoltés 10 years ago
parent
commit
d70ec3163b
  1. 2
      appveyor.yml

2
appveyor.yml

@ -19,7 +19,7 @@ before_build:
build_script:
- ps: .\build.ps1 -Target "AppVeyor" -Platform "$env:platform" -Configuration "$env:configuration"
after_build:
- .\packages\JetBrains.dotMemoryUnit.2.3.20160517.113140\tools\dotMemoryUnit.exe -targetExecutable="%xunit20%\xunit.console.x86.exe" -returnTargetExitCode --"tests\Avalonia.LeakTests\bin\Release\Avalonia.LeakTests.dll"
- .\packages\JetBrains.dotMemoryUnit.2.1.20150828.125449\tools\dotMemoryUnit.exe -targetExecutable="%xunit20%\xunit.console.x86.exe" -returnTargetExitCode --"tests\Avalonia.LeakTests\bin\Release\Avalonia.LeakTests.dll"
test: off
cache:
- gtk-sharp-2.12.26.msi

Loading…
Cancel
Save