-
Notifications
You must be signed in to change notification settings - Fork 43
/
appveyor.yml
33 lines (33 loc) · 1014 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
version: 2024.10.{build}
shallow_clone: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
COVERALLS_REPO_TOKEN:
secure: XBCyPFZbO55cEI6tMsd1Ts3O7sXF3IFCxGPYQGJbVae48G9j9miONIHmDwzG4iLG
SONARQUBE_NEMO_TOKEN:
secure: ueE1C6fuPog+1+DU+hRSZrYDRPGo3yoV7q77WsPpnHpVu0cN7+wBUG+bJ+0QQ2hn
cache: .\MYOB.API.SDK\SDK\MYOB.API.SDK.snk
build_script:
- build.bat
test: off
artifacts:
- path: .\Artefacts\Nuget\Release\*.nupkg
name: Release
- path: .\Artefacts\Nuget\Candidate\*.nupkg
name: Candidate
- path: .\Artefacts\Coverage\output.xml
name: Coverage
deploy:
- provider: NuGet
server: https://www.myget.org/F/myob-developers/api/v2
api_key:
secure: OGw616WsfGBUWoVi1NZFVekoCyXoqi1f93v8GJJ8Y1DgcH5utdKg0yX2FGkFkXfj
artifact: Release
on_success:
- cmd: >-
.\packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover .\Artefacts\Coverage\output.xml