-
Notifications
You must be signed in to change notification settings - Fork 18
/
.appveyor.yml
39 lines (38 loc) · 958 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: 0.3.0-rtm.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
nuget:
disable_publish_on_pr: true
build_script:
- ps: .\build.ps1 -IsOfficialBuild
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
test: off
os: Visual Studio 2019
artifacts:
- path: '.artifacts\*.nupkg'
name: Packages
type: NuGetPackages
deploy:
- provider: NuGet
name: myget
artifact: Packages
server: https://www.myget.org/F/andrewlock-ci/api/v2/package
symbol_server: https://www.myget.org/F/andrewlock-ci/api/v2/package
api_key:
secure: 7XbdNq38u0JLRNc9pRl35WPi5LZopfYcoCslf7Er/eTreR5mZnGbmY/lVQYcgxI2
on:
branch: master
- provider: NuGet
name: production
artifact: Packages
api_key:
secure: 8x0qw1lKfHdErlKppZtJX1sIH9lSGMw1LtHITKA/SM6nijTgakjL421iiZOTDckM
on:
branch: master
appveyor_repo_tag: true