We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f2fad2 + 73ef3d3 commit 9cb12d3Copy full SHA for 9cb12d3
appveyor.yml
@@ -18,15 +18,14 @@ artifacts:
18
- path: artifacts/Serilog.*.snupkg
19
deploy:
20
- provider: NuGet
21
- server: https://nuget.pkg.github.com/monticola/index.json
22
api_key:
23
- secure: 87VXONffNiU8ErfeaSaETZLTOfF7GKHqv/CD0tNpYc52+kZlBP2GgsQhpOjv8Reo
+ secure: LE+O+3Zs0nz2F/+M4eDvKBhEBUpUV0t864vN/2dxwa7aIVqeU3pKSMjWRX+JWJ49
24
on:
25
- branch: /^(main|dev|serilog-sinks-file)$/
+ branch: /^(main|dev)$/
26
- provider: GitHub
27
auth_token:
28
+ secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
29
artifact: /Serilog.*(\.|\.s)nupkg/
30
tag: v$(appveyor_build_version)
31
32
- branch: (main|serilog-sinks-file)
+ branch: main
0 commit comments