diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 13:41:06 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 13:41:06 -0600 |
commit | 955e19df75296004377108ae3fc0a0a068d792f7 (patch) | |
tree | cec163d164e3ef4b286a2bca04a7e1a7d819594b | |
parent | 9ea8d027cf5f45adad3ac457c11f1be590b093f5 (diff) | |
download | wix-955e19df75296004377108ae3fc0a0a068d792f7.tar.gz wix-955e19df75296004377108ae3fc0a0a068d792f7.tar.bz2 wix-955e19df75296004377108ae3fc0a0a068d792f7.zip |
build all branches
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index f12cca2d..0e812380 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,8 +1,5 @@ | |||
1 | # Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | # Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
2 | 2 | ||
3 | branches: | ||
4 | only: | ||
5 | - master | ||
6 | 3 | ||
7 | image: Visual Studio 2019 | 4 | image: Visual Studio 2019 |
8 | 5 | ||