forked from Open-Systems-Pharmacology/OSPSuite.Utility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
36 lines (27 loc) · 822 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
configuration: Debug
environment:
app_version: '2.0.0'
version: '%app_version%.{build}'
assembly_info:
patch: true
file: SolutionInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
cache:
packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
before_build:
- nuget sources add -name bddhelper -source https://ci.appveyor.com/nuget/ospsuite-bddhelper
- nuget restore
build:
publish_nuget: true
verbosity: minimal
test:
assemblies:
- OSPSuite.Utility.Tests.dll
skip_commits:
files:
- '*.md'
notifications:
- provider: Slack
incoming_webhook:
secure: 4MH9Em6TtrKalq6808dhPOqypTfYBJvVlqPaa9akNyF1h7st5qNdNezFp6T+bWXqrcZ4q/smtPcJ7LkUFHL46JDYUFlIL8FDz+ApX/vP+x0=