# ------------------------------------------------------------------------------
# <auto-generated>
#
#     This code was generated.
#
#     - To turn off auto-generation set:
#
#         [TestAppVeyor (AutoGenerate = false)]
#
#     - To trigger manual generation invoke:
#
#         nuke --generate-configuration AppVeyor --host AppVeyor
#
# </auto-generated>
# ------------------------------------------------------------------------------

image:
  - Ubuntu1804
  - Visual Studio 2019

branches:
  only:
    - only_branch
  except:
    - except_branch

skip_tags: true
skip_branch_with_pr: true

build_script:
  - ps: .\build.ps1 Test

artifacts:
  - path: output/test-results/*.trx
  - path: output/test-results/*.xml
  - path: output/coverage-report.zip
