Skip to content

Commit 9e0816a

Browse files
committed
Refactor appveyor.yml into more natural reading order
1 parent 816db7c commit 9e0816a

File tree

1 file changed

+21
-25
lines changed

1 file changed

+21
-25
lines changed

appveyor.yml

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
1-
version: 2.1.1
2-
for:
3-
-
4-
branches:
5-
only:
6-
- master
7-
- next
8-
version: {version}.{build}
9-
after_test:
10-
- cmd: iscc /q "Installer Build Script.iss"
11-
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-pre.exe
12-
-
13-
branches:
14-
only:
15-
- master
16-
version: {version}
17-
after_test:
18-
- cmd: iscc /q "Installer Build Script.iss"
19-
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
1+
version: '2.1.1.{build}'
2+
203
skip_commits:
214
files:
225
- docs/*
@@ -29,17 +12,18 @@ branches:
2912
- master
3013
- next
3114
skip_tags: true
15+
3216
image: Visual Studio 2017
3317
configuration: Release
3418
platform: Any CPU
3519
install:
36-
- cmd: set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;%PATH%
20+
- cmd: set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;%PATH%
3721
init:
3822
- git config --global core.autocrlf true
3923
before_build:
40-
- ps: choco install innosetup
24+
- choco install innosetup
4125
build:
42-
verbosity: normal
26+
verbosity: minimal
4327
assembly_info:
4428
patch: true
4529
file: RetailCoder.VBE\Properties\AssemblyInfo.cs
@@ -48,9 +32,21 @@ hosts:
4832
api.nuget.org: 93.184.221.200
4933
before_package:
5034
- cmd: copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
51-
after_test:
52-
- iscc /q "Installer Build Script.iss"
53-
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
35+
36+
for:
37+
- branches:
38+
only:
39+
- next
40+
after_test:
41+
- iscc /q "Installer Build Script.iss"
42+
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-pre.exe
43+
- branches:
44+
only:
45+
- master
46+
after_test:
47+
- iscc /q "Installer Build Script.iss"
48+
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
49+
5450
artifacts:
5551
- path: Installers\Rubberduck.Setup.*.exe
5652
name: Rubberduck

0 commit comments

Comments
 (0)