forked from SRoddis/Mongo.Migration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
61 lines (50 loc) · 1.42 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
60
61
image: Visual Studio 2017
version: 3.0.{build}
environment:
COVERALLS_REPO_TOKEN:
secure: AmJZHWTJfwEEBOHZst4b9O1gDslXA0nLmuhvTsA/jqyubFm951cUwfJ0zJ/QXWoL
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\bin\Release\netstandard2.0\Mongo.Migration.dll
name: Mongo.Migration.dll
- path: '**\Mongo.Migration.*.nupkg'
#uncomment to publish to NuGet
deploy:
provider: NuGet
api_key:
secure: pFYQjznIAA6iyDnie/9S7DV5rTopIF6PHBQxVD8UazIUIJTAtxhHQgQ6Oob0PhYm
artifact: /.*\.nupkg/