Browse Source

appveyor: only package artifacts on master

pull/976/head
Siegfried Pammer 8 years ago
parent
commit
26775bba78
  1. 4
      appveyor.yml

4
appveyor.yml

@ -18,6 +18,10 @@ test: @@ -18,6 +18,10 @@ test:
- 'ILSpy.BamlDecompiler.Tests\bin\%configuration%\net461\ILSpy.BamlDecompiler.Tests.dll'
after_test:
- python BuildTools\tidy.py
for:
branches:
only:
- master
artifacts:
- path: ILSpy_binaries.zip
name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% binaries

Loading…
Cancel
Save