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
+
20
3
skip_commits :
21
4
files :
22
5
- docs/*
@@ -29,17 +12,18 @@ branches:
29
12
- master
30
13
- next
31
14
skip_tags : true
15
+
32
16
image : Visual Studio 2017
33
17
configuration : Release
34
18
platform : Any CPU
35
19
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%
37
21
init :
38
22
- git config --global core.autocrlf true
39
23
before_build :
40
- - ps : choco install innosetup
24
+ - choco install innosetup
41
25
build :
42
- verbosity : normal
26
+ verbosity : minimal
43
27
assembly_info :
44
28
patch : true
45
29
file : RetailCoder.VBE\Properties\AssemblyInfo.cs
@@ -48,9 +32,21 @@ hosts:
48
32
api.nuget.org : 93.184.221.200
49
33
before_package :
50
34
- 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
+
54
50
artifacts :
55
51
- path : Installers\Rubberduck.Setup.*.exe
56
52
name : Rubberduck
0 commit comments