forked from henkmollema/Dommel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.appveyor.yml
More file actions
36 lines (36 loc) · 793 Bytes
/
Copy path.appveyor.yml
File metadata and controls
36 lines (36 loc) · 793 Bytes
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
version: '{build}'
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2022
nuget:
disable_publish_on_pr: true
before_build:
- choco install codecov --no-progress
build_script:
- ps: .\build.ps1
test: off
init:
- git config --global core.autocrlf input
- ps: Start-Service MySQL80
- net start MSSQL$SQL2019
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
CI: true
APPVEYOR: true
services:
- postgresql13
branches:
only:
- master
artifacts:
- path: .\artifacts\**\*.nupkg
name: NuGet
deploy:
- provider: NuGet
server: https://www.myget.org/F/dommel-ci/api/v2/package
api_key:
secure: Ybv0BFFOnHJGoMHW85oav//wa7wExj2QRP7KV1Zegn7SMzNYPyv/DFF1IdzeonJA
skip_symbols: true
on:
branch: master