diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 00:04:24 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 00:06:14 -0600 |
commit | 6bc164316666addde26feeec2d521b797de50dbb (patch) | |
tree | 94e051d43886cd8255192699c5d0534a6a87906e /appveyor.yml | |
parent | 7378de4301d4f8c2570b29268ca7affbdb5721c2 (diff) | |
download | wix-6bc164316666addde26feeec2d521b797de50dbb.tar.gz wix-6bc164316666addde26feeec2d521b797de50dbb.tar.bz2 wix-6bc164316666addde26feeec2d521b797de50dbb.zip |
Enable XML doc and run tests in appveyor.cmd.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 522e5af3..f602d07c 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -21,6 +21,8 @@ environment: | |||
21 | build_script: | 21 | build_script: |
22 | - appveyor.cmd | 22 | - appveyor.cmd |
23 | 23 | ||
24 | test: off | ||
25 | |||
24 | pull_requests: | 26 | pull_requests: |
25 | do_not_increment_build_number: true | 27 | do_not_increment_build_number: true |
26 | 28 | ||