forked from haf/DotNetZip.Semverd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
35 lines (35 loc) · 679 Bytes
/
appveyor.yml
File metadata and controls
35 lines (35 loc) · 679 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
-
version: 1.0.{build}
branches:
except:
- master
install:
- gem install bundler --no-ri --no-rdoc
- bundle install
build_script:
- rake
test: off
artifacts:
- path: build\pkg\DotNetZip.*.nupkg
name: Nuget Package
-
version: 1.0.{build}
branches:
only:
- master
install:
- gem install bundler --no-ri --no-rdoc
- bundle install
build_script:
- rake
test: off
artifacts:
- path: build\pkg\*.nupkg
name: Nuget Package
- path: '**\*.nuspec'
deploy:
- provider: NuGet
api_key:
secure: M7LFZYxeE65s2U7APTgVFyzBDEiE5LFVFIf+d3ahGxgylxrctFcFJx9cmnamH30f
skip_symbols: true
artifact: /.*\.nupkg/