File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 1.0.{build}
2- pull_requests :
3- do_not_increment_build_number : true
2+ branches :
3+ only :
4+ - master
5+ - release
6+ - dev
47skip_branch_with_pr : true
58image : Visual Studio 2017
69configuration : Release
710platform : Any CPU
811clone_folder : c:\projects\GodSharp.Encryption
12+ install :
13+ - cmd : nuget restore
914nuget :
1015 account_feed : true
1116 project_feed : true
1217build :
1318 project : src\GodSharp.Encryption\GodSharp.Encryption.csproj
14- publish_nuget : true
19+ publish_nuget : false
1520 include_nuget_references : true
1621 verbosity : minimal
1722test : 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)/
You can’t perform that action at this time.
0 commit comments