We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a5114 commit ac7be89Copy full SHA for ac7be89
1 file changed
appveyor.yml
@@ -37,13 +37,14 @@ init:
37
# disable minicover
38
# - cmd: dotnet tool install -g minicover
39
40
-skip_commits:
41
- files:
42
- - samples/**/*
43
- - '**/*.md'
44
- - .gitignore
45
- - .editorconfig
46
- message: /updated readme.*|update readme.*s|update docs.*|update version.*|update changelog.*/
+# Disable skipping commints
+# skip_commits:
+# files:
+# - samples/**/*
+# - '**/*.md'
+# - .gitignore
+# - .editorconfig
47
+# message: /updated readme.*|update readme.*s|update docs.*|update version.*|update changelog.*/
48
49
50
nuget:
0 commit comments