File tree Expand file tree Collapse file tree 1 file changed +55
-2
lines changed Expand file tree Collapse file tree 1 file changed +55
-2
lines changed Original file line number Diff line number Diff line change 1- version : 2.9.{build}
1+ version : 2.9.2.{build}
2+ skip_tags : true
3+ image :
4+ - Visual Studio 2013
5+ - Visual Studio 2017
6+ configuration :
7+ - Debug
8+ - Release
9+ nuget :
10+ disable_publish_on_pr : true
11+ disable_publish_octopus : true
212build :
3- verbosity : detailed
13+ project : XMLUnit.NET.sln
14+ notifications :
15+ - provider : Email
16+ on_build_success : false
17+ on_build_failure : true
18+ on_build_status_changed : true
19+ to :
20+ - xmlunit-commits@lists.sourceforge.net
21+
22+ # version: 2.9.2.{build}
23+ #
24+ # skip_tags: true
25+ #
26+ # install:
27+ # - cmd: git submodule update --init
28+ #
29+ # matrix:
30+ # fast_finish: true
31+ #
32+ # notifications:
33+ # - provider: Email
34+ # to:
35+ # - xmlunit-commits@lists.sourceforge.net
36+ # on_build_status_changed: true
37+ # on_build_failure: true
38+ #
39+ # configuration:
40+ # - Debug
41+ # - Release
42+ #
43+ # image:
44+ # - Visual Studio 2013
45+ # # - Visual Studio 2017
46+ #
47+ # before_build:
48+ # - appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v4.9.2/nuget.exe
49+ # - appveyor DownloadFile https://raw.githubusercontent.com/appveyor/ci/master/scripts/nuget-restore.cmd
50+ # - nuget-restore XMLUnit.NET.NetFramework.sln
51+ # cache:
52+ # - packages -> **\packages.config
53+ # # tests are already run during build phase
54+ # test: off
55+ # build:
56+ # project: XMLUnit.NET.NetFramework.sln
457
558
659# config that stopped working
You can’t perform that action at this time.
0 commit comments