version: 1.0.{build} os: Visual Studio 2015 before_build: - git submodule update --init - nuget restore Avalonia.sln environment: myget_key: secure: XOgD5bJUKNOS2kDDgb+affS4pDcslxALh+xvvnr1Koy0PjXlhILsBdNhxRe0KcNm install: - if not exist gtk-sharp-2.12.26.msi appveyor DownloadFile http://download.xamarin.com/GTKforWindows/Windows/gtk-sharp-2.12.26.msi - msiexec /i gtk-sharp-2.12.26.msi /qn /norestart - cmd: set PATH=%programfiles(x86)%\GtkSharp\2.12\bin\;%PATH% cache: - gtk-sharp-2.12.26.msi configuration: - Release after_test: - .\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" - ps: nuget\build-appveyor.ps1 artifacts: - path: nuget\*.nupkg build: project: Avalonia.sln verbosity: minimal