forked from ClosedXML/ClosedXML.Report
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
37 lines (28 loc) · 910 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: 0.1.0.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
configuration:
- Release
- Release.Signed
environment:
AppVeyor: APPVEYOR
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- nuget restore
build:
verbosity: minimal
artifacts:
- path: ClosedXML.Report/bin/%CONFIGURATION%/netstandard2.0/ClosedXML.Report.dll
- path: ClosedXML.Report/bin/%CONFIGURATION%/net40/ClosedXML.Report.dll
- path: ClosedXML.Report/bin/%CONFIGURATION%/net46/ClosedXML.Report.dll
- path: ClosedXML.Report/bin/%CONFIGURATION%/netstandard2.0/ClosedXML.Report.dll
- path: ClosedXML.Report/bin/%CONFIGURATION%/net40/ClosedXML.Report.dll
- path: ClosedXML.Report/bin/%CONFIGURATION%/net46/ClosedXML.Report.dll