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.
main
1 parent 7b41cce commit c8b9427Copy full SHA for c8b9427
appveyor.yml
@@ -14,11 +14,11 @@ deploy:
14
api_key:
15
secure: jZtLAmD4ALF9x1BZR1DiV3KhKlliWbzRUAw73xfMZaBsvz19123qLz2zw1+hPdcn
16
on:
17
- branch: /^(master|dev)$/
+ branch: /^(main|dev)$/
18
- provider: GitHub
19
auth_token:
20
secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
21
artifact: /Serilog.*\.nupkg/
22
tag: v$(appveyor_build_version)
23
24
- branch: master
+ branch: main
0 commit comments