diff options
author | Rob Mensching <rob@firegiant.com> | 2017-09-03 10:47:32 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-09-03 13:33:32 -0700 |
commit | 8e8da6dbc051ec884b5d439bb4f44dc027d05bbf (patch) | |
tree | c657a6dcfe476d6f2ca1c6969810ceda1da76715 /appveyor.yml | |
parent | 725dae07e336ecfe5fe51970d6f31d4a8337b519 (diff) | |
download | wix-8e8da6dbc051ec884b5d439bb4f44dc027d05bbf.tar.gz wix-8e8da6dbc051ec884b5d439bb4f44dc027d05bbf.tar.bz2 wix-8e8da6dbc051ec884b5d439bb4f44dc027d05bbf.zip |
Initialize repo
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..fc70dbef --- /dev/null +++ b/appveyor.yml | |||
@@ -0,0 +1,24 @@ | |||
1 | image: Visual Studio 2017 | ||
2 | |||
3 | version: 0.0.0.{build} | ||
4 | configuration: Release | ||
5 | platform: | ||
6 | - x86 | ||
7 | - x64 | ||
8 | |||
9 | environment: | ||
10 | DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true | ||
11 | DOTNET_CLI_TELEMETRY_OPTOUT: 1 | ||
12 | NUGET_XMLDOC_MODE: skip | ||
13 | |||
14 | pull_requests: | ||
15 | do_not_increment_build_number: true | ||
16 | |||
17 | nuget: | ||
18 | disable_publish_on_pr: true | ||
19 | |||
20 | skip_tags: true | ||
21 | |||
22 | artifacts: | ||
23 | - path: build\Release\**\*.nupkg | ||
24 | name: nuget | ||