Skip to content

Commit

Permalink
Merge pull request #1 from MonticolaExplorator/okappveyor
Browse files Browse the repository at this point in the history
Revert espurious changes to appveyor
  • Loading branch information
MonticolaExplorator authored Dec 2, 2023
2 parents 3f2fad2 + 73ef3d3 commit 9cb12d3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ artifacts:
- path: artifacts/Serilog.*.snupkg
deploy:
- provider: NuGet
server: https://nuget.pkg.github.com/monticola/index.json
api_key:
secure: 87VXONffNiU8ErfeaSaETZLTOfF7GKHqv/CD0tNpYc52+kZlBP2GgsQhpOjv8Reo
secure: LE+O+3Zs0nz2F/+M4eDvKBhEBUpUV0t864vN/2dxwa7aIVqeU3pKSMjWRX+JWJ49
on:
branch: /^(main|dev|serilog-sinks-file)$/
branch: /^(main|dev)$/
- provider: GitHub
auth_token:
secure: 87VXONffNiU8ErfeaSaETZLTOfF7GKHqv/CD0tNpYc52+kZlBP2GgsQhpOjv8Reo
secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
artifact: /Serilog.*(\.|\.s)nupkg/
tag: v$(appveyor_build_version)
on:
branch: (main|serilog-sinks-file)
branch: main

0 comments on commit 9cb12d3

Please sign in to comment.