We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af78e90 commit b81bac7Copy full SHA for b81bac7
appveyor.yml
@@ -1,22 +1,17 @@
1
# gitversion will change the version number
2
version: x-{build}
3
4
-# branches to build
5
for:
6
-
7
- branches:
+ branches:
8
only:
9
- master
10
11
- environment:
+ environment:
12
git_token:
13
- secure: NeX5NCOUXsCLc1UjTJjqB9F02FZ8Wq0VsxqTXC8kBdyK6zjxjebrf/9Da2sY1Kql
+ secure: NeX5NCOUXsCLc1UjTJjqB9F02FZ8Wq0VsxqTXC8kBdyK6zjxjebrf/9Da2sY1Kql
14
snk_secret:
15
- secure: 5QzEIgiDqTIrZruPaIQIvTlNMl5BZ7TGEps7ALyBfHE=
16
--
17
18
- except:
19
- - gh-pages
+ secure: 5QzEIgiDqTIrZruPaIQIvTlNMl5BZ7TGEps7ALyBfHE=
20
21
configuration: Release
22
os: Visual Studio 2017
0 commit comments