diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-19 19:27:15 -0700 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:36:59 -0500 |
| commit | f500ba6c39184f90108ff4ea8e3b4348d13a0ae4 (patch) | |
| tree | 6f764c327d1983381948553abb258b7b315747a5 | |
| parent | a77209b8380e3432f08ac4b5e8ad8597d09a7aca (diff) | |
| download | wix-f500ba6c39184f90108ff4ea8e3b4348d13a0ae4.tar.gz wix-f500ba6c39184f90108ff4ea8e3b4348d13a0ae4.tar.bz2 wix-f500ba6c39184f90108ff4ea8e3b4348d13a0ae4.zip | |
Standardize appveyor.yml
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index d3b93b78..8fea070e 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 | ||
| @@ -30,8 +32,6 @@ nuget: | |||
| 30 | skip_branch_with_pr: true | 32 | skip_branch_with_pr: true |
| 31 | skip_tags: true | 33 | skip_tags: true |
| 32 | 34 | ||
| 33 | test: off | ||
| 34 | |||
| 35 | artifacts: | 35 | artifacts: |
| 36 | - path: build\Release\**\*.msi | 36 | - path: build\Release\**\*.msi |
| 37 | name: msi | 37 | name: msi |
