11# ---------------------------------#
2- # general configuration #
2+ # Build Script #
33# ---------------------------------#
4-
5- # version format
6- version : 1.0.{build}
7-
8- branches :
9- only :
10- - master
11- - develop
12-
13- # ---------------------------------#
14- # environment configuration #
15- # ---------------------------------#
16-
17- # clone directory
18- clone_folder : C:\projects\GitReleaseManager
19-
20- # environment variables
21- environment :
22- MyGetDevelopApiKey :
23- secure : YLAuIlbdXtjtumw6OyEtREOmeLQCBhoT7QvpnMf3dk9klv4XXwem2NK/zJ3T1AkZ
24- MyGetDevelopFeedUrl : https://www.myget.org/F/packages_develop/
25- MyGetMasterApiKey :
26- secure : Sk5RqF4OR1bkNc4Izl0x2YEMG+/7JKwsgmhae1jsBHsV4y47ziduS6e7QAniQWX3
27- MyGetMasterFeedUrl : https://www.myget.org/F/packages_master/
28- ChocolateyApiKey :
29- secure : mb19XDM/nj6pBpA9sCeS79TcrS1aaJri8ID9iB1agXDrFEFgi0MRACXZ5ZMOIDLd
30- ChocolateyFeedUrl : https://chocolatey.org/
31- NugetApiKey :
32- secure : kyvS4pYmOCyvas5wxibDusCABHBkmORratOuw13JYeo/xj+ggCnfZhihMVUrXL7x
33- NugetFeedUrl : https://nuget.org/
34- GitHubUserName :
35- secure : ZCA+aRya0+io2tdxuHNk7A==
36- GitHubPassword :
37- secure : 1wF/X5joO2IxJ2Y4rVQQNHq+FdvWTIg7BzOHxnoIL6NDy9S+lbPEXHkPeJ4ut2+a
38- CoverityProjectToken :
39- secure : ibAJfTZ3/OdIbl44xS3NcJFEOTfdn/xZYNom7SN24dA=
40- CoverityEmailDistribution :
41- secure : oLfhcOUb9277iSyIER67eYe9LJW2mYpsEkaLvvN3cz0=
42- COVERALLS_REPO_TOKEN :
43- secure : WZjpH6lAaED670CnGZhI1AI0OBG2T3BaA/8auYvFJ8T84OVLrSab4liqJDQw8RwT
44-
45- # ---------------------------------#
46- # build configuration #
47- # ---------------------------------#
48-
494build_script :
50- - ps : .\BuildScripts\ build.ps1
5+ - ps : .\build.ps1 -Target AppVeyor
516
7+ # Tests
528test : off
539
5410# ---------------------------------#
55- # caching configuration #
11+ # Branches to build #
5612# ---------------------------------#
57-
58- cache :
59- - Source\packages -> Source\**\packages.config
13+ branches :
14+ # Whitelist
15+ only :
16+ - develop
17+ - master
6018
6119# ---------------------------------#
6220# notifications configuration #
@@ -68,6 +26,13 @@ notifications:
6826 on_build_failure : true
6927 on_build_status_changed : true
7028
29+ # ---------------------------------#
30+ # Build Cache #
31+ # ---------------------------------#
32+ cache :
33+ - Source\packages -> Source\**\packages.config
34+ - Tools -> build.ps1
35+
7136# ---------------------------------#
7237# Skip builds for doc changes #
7338# ---------------------------------#
0 commit comments