forked from BoletoNet/BoletoNetCore
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
38 lines (32 loc) · 796 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
38
version: 3.0.1.{build}
branches:
only:
- master
image: Visual Studio 2022
environment:
$msbuildPath: $(cmd /c where msbuild)
COVERALLS_REPO_TOKEN: hgIQF4YzTnoNUn5KyS9onk6vbbjaGLWrN
configuration: Release
build_script:
- ps: .\build.ps1 -Target CiBuild -Experimental
test_script:
- cmd: dotnet test ./BoletoNetCore.Testes
artifacts:
- path: '**\boleto*.nupkg'
name: nuget
deploy:
- provider: NuGet
server: https://www.myget.org/F/boletonetcorebuild/
api_key:
secure: rH9VFKFXJsR5D07BF9PayFm7mRo7acVANtfgYkGa3S9ybX0RCWBiSM153yhLaorG
skip_symbols: true
on:
branch: master
notifications:
- provider: Email
to:
subject: BoletoNetCore Build
on_build_success: false
on_build_failure: true
on_build_status_changed: true