Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update appveyor script to ignore non-source changes #140

Closed
MV10 opened this issue Sep 7, 2018 · 1 comment
Closed

Update appveyor script to ignore non-source changes #140

MV10 opened this issue Sep 7, 2018 · 1 comment
Labels
up-for-grabs This issue waits for a contributor to fix it.

Comments

@MV10
Copy link
Contributor

MV10 commented Sep 7, 2018

Must be changed in master branch which I can't do (I don't think). This will skip NuGet package deployments for changes to things like README or unit tests. Based on another of my repos, the change should look something like this:

only_commits:
  files:
    - Serilog.Sinks.MSSqlServer.sln
    - src/Serilog.Sinks.MSSqlServer/

Should changes to the assets folder also trigger a package release?

@MV10 MV10 added the up-for-grabs This issue waits for a contributor to fix it. label Sep 7, 2018
@MV10
Copy link
Contributor Author

MV10 commented Oct 1, 2018

Move up the stack to serilog/serilog#1224.

@MV10 MV10 closed this as completed Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
up-for-grabs This issue waits for a contributor to fix it.
Projects
None yet
Development

No branches or pull requests

1 participant