Skip to content

Commit

Permalink
Disable skipping comints
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianiftode committed Nov 16, 2020
1 parent 87a5114 commit ac7be89
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ init:
# disable minicover
# - cmd: dotnet tool install -g minicover

skip_commits:
files:
- samples/**/*
- '**/*.md'
- .gitignore
- .editorconfig
message: /updated readme.*|update readme.*s|update docs.*|update version.*|update changelog.*/
# Disable skipping commints
# skip_commits:
# files:
# - samples/**/*
# - '**/*.md'
# - .gitignore
# - .editorconfig
# message: /updated readme.*|update readme.*s|update docs.*|update version.*|update changelog.*/


nuget:
Expand Down

0 comments on commit ac7be89

Please sign in to comment.