forked from dotnet/reactive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.ix.yml
42 lines (32 loc) · 832 Bytes
/
appveyor.ix.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
39
40
41
42
image: Visual Studio 2017
environment:
COVERALLS_REPO_TOKEN:
secure: DOSlU041NY0WKjv9njrNqj14CLEzrF4ogZsbvqIXnNLd492oNlQf4dD5yr7TSK/S
SignClientSecret:
secure: oR9TMOkkvP/prmXyMT+p6mQhjyw3JDLbuywezBABvXzkvNsdNZgi2yPaHhgaofrb
init:
- git config --global core.autocrlf input
skip_branch_with_pr: true
skip_tags: true
skip_commits:
files:
- '**/*.md'
only_commits:
files:
- Ix.NET/**/*
- '*'
nuget:
disable_publish_on_pr: true
build_script:
- ps: .\Ix.NET\Source\build-new.ps1
test: off
artifacts:
- path: .\artifacts\*.nupkg
deploy:
provider: NuGet
server: https://dotnet.myget.org/F/rx/api/v2/package
on:
branch: master
api_key:
secure: 5qZfZf9XVtN+h/UHwocrEBZjaZCajJg9fZbLDPigoew1NG7PzWQxMv1kLQJW6eWE
symbol_server: https://dotnet.myget.org/F/rx/symbols/api/v2/package