Skip to content

Commit 9cb12d3

Browse files
Merge pull request #1 from MonticolaExplorator/okappveyor
Revert espurious changes to appveyor
2 parents 3f2fad2 + 73ef3d3 commit 9cb12d3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appveyor.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ artifacts:
1818
- path: artifacts/Serilog.*.snupkg
1919
deploy:
2020
- provider: NuGet
21-
server: https://nuget.pkg.github.com/monticola/index.json
2221
api_key:
23-
secure: 87VXONffNiU8ErfeaSaETZLTOfF7GKHqv/CD0tNpYc52+kZlBP2GgsQhpOjv8Reo
22+
secure: LE+O+3Zs0nz2F/+M4eDvKBhEBUpUV0t864vN/2dxwa7aIVqeU3pKSMjWRX+JWJ49
2423
on:
25-
branch: /^(main|dev|serilog-sinks-file)$/
24+
branch: /^(main|dev)$/
2625
- provider: GitHub
2726
auth_token:
28-
secure: 87VXONffNiU8ErfeaSaETZLTOfF7GKHqv/CD0tNpYc52+kZlBP2GgsQhpOjv8Reo
27+
secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
2928
artifact: /Serilog.*(\.|\.s)nupkg/
3029
tag: v$(appveyor_build_version)
3130
on:
32-
branch: (main|serilog-sinks-file)
31+
branch: main

0 commit comments

Comments
 (0)