forked from SRoddis/Mongo.Migration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
59 lines (48 loc) · 1.38 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
image: Visual Studio 2017
version: 3.0.{build}
environment:
COVERALLS_REPO_TOKEN:
secure: w1QgTKjQb/SRT5RvjLDGRniq5S6HV+otG5MywPqt6J3DwZYcddT+/H4SA/YZx/8y
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
dotnet_csproj:
patch: true
file: '**\*.csproj;**\*.props;**\*.fsproj;**\*.xml'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
configuration: Release
build:
parallel: true
project: Mongo.Migration.sln
publish_wap: true
publish_wap_xcopy: true
publish_azure: true
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: quiet
cache:
- packages -> **\packages.config
before_build:
- nuget restore
after_test:
- cmd: .\post_build.cmd
artifacts:
- path: Mongo.Migration\bin\Release\net47\Mongo.Migration.dll
name: Mongo.Migration.dll
- path: Mongo.Migration\bin\Release\netcoreapp2.2\Mongo.Migration.dll
name: Mongo.Migration.dll
- path: '**\Mongo.Migration.*.nupkg'
#uncomment to publish to NuGet
#deploy:
# provider: NuGet
# api_key:
# secure: JdTxya5xoPc0b9VqvtkITcfHkvEVrm9GYFRKdv/RNSwwzfnHQYRyBpcexoh9GmAh
# artifact: /.*\.nupkg/