Skip to content

Commit 3245223

Browse files
committed
edited appveyor.yml
1 parent 6ef7a55 commit 3245223

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

appveyor.yml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
version: 1.0.{build}
2-
pull_requests:
3-
do_not_increment_build_number: true
2+
branches:
3+
only:
4+
- master
5+
- release
6+
- dev
47
skip_branch_with_pr: true
58
image: Visual Studio 2017
69
configuration: Release
710
platform: Any CPU
811
clone_folder: c:\projects\GodSharp.Encryption
12+
install:
13+
- cmd: nuget restore
914
nuget:
1015
account_feed: true
1116
project_feed: true
1217
build:
1318
project: src\GodSharp.Encryption\GodSharp.Encryption.csproj
14-
publish_nuget: true
19+
publish_nuget: false
1520
include_nuget_references: true
1621
verbosity: minimal
1722
test: off
@@ -20,15 +25,21 @@ deploy:
2025
server: https://www.nuget.org/api/v2/package
2126
api_key:
2227
secure: s388/c8yQWnGyZ9v9cUDfBe4ud6MFl/ouUEEBruiN5j5+LjSQ4giGKMKuLuvglS1
23-
skip_symbols: true
2428
artifact: /.*\.nupkg/
2529
on:
26-
APPVEYOR_REPO_TAG: true
30+
branch: /(release)|(dev)/
2731
- provider: NuGet
28-
server: https://www.myget.org/F/seay/api/v2/package
32+
server: https://www.myget.org/F/godsharp/api/v2/package
2933
api_key:
3034
secure: CKm5m2qGYNYnh5yDUE2zKfN+JKBmO5xmtG80AP0yni9yPBqDOaRQ48Y/4k8KGo2y
31-
skip_symbols: true
3235
artifact: /.*\.nupkg/
3336
on:
34-
APPVEYOR_REPO_TAG: true
37+
branch: /(release)|(dev)/
38+
- provider: GitHub
39+
auth_token:
40+
secure: uCHTzET52dtiexqTKhgQmup+EBGZs1Afw6eBMfvN4PbQ720YaybNd890Y96ISZ0T
41+
artifact: /.*\.nupkg/
42+
draft: true
43+
force_update: true
44+
on:
45+
branch: /(release)|(dev)/

0 commit comments

Comments
 (0)