Skip to content

Commit 713b8e2

Browse files
authored
Update appveyor.yml
1 parent c3eb335 commit 713b8e2

File tree

1 file changed

+12
-27
lines changed

1 file changed

+12
-27
lines changed

appveyor.yml

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
11
version: 1.0.{build}
2+
branches:
3+
only:
4+
- master
25
image: Visual Studio 2017
3-
6+
nuget:
7+
account_feed: true
8+
project_feed: true
49
before_build:
510
- cmd: nuget restore
6-
711
build:
8-
project: XboxWebApi.sln
12+
publish_nuget: true
913
verbosity: minimal
10-
11-
for:
12-
-
13-
branches:
14-
only:
15-
- master
16-
17-
build:
18-
publish_nuget: true
19-
20-
nuget:
21-
account_feed: true
22-
project_feed: true
23-
24-
deploy:
25-
provider: NuGet
26-
api_key:
27-
secure: E0p43N+15qo1Ma9B9/06PMM5xDYJvQYfb5ffbfv3M058/wsQlQrNumu2DOzp/pwI
28-
skip_symbols: false
29-
30-
-
31-
branches:
32-
except:
33-
- master
14+
deploy:
15+
- provider: NuGet
16+
api_key:
17+
secure: mvZYnLhmkKTm8kyzuXknN1FBRVlXKhPMrrPDWw/k+fHiBR902113tHKg/irYM8hUpgPjvjkvCbBkCL2KewGg0FTXNzneuW4YeOefp0hlxnI=
18+
skip_symbols: false

0 commit comments

Comments
 (0)