Skip to content

Commit b040cf8

Browse files
committed
Fix appveyor skip_commits error
1 parent bcbe692 commit b040cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ artifacts:
1111
- path: .\BuildArtifacts\*.nupkg
1212
name: NuGet
1313
skip_commits:
14-
- message: ^\[nobuild\](.*)? # Skip build if commit message starts with [nobuild]
14+
message: ^\[nobuild\](.*)? # Skip build if commit message starts with [nobuild]
1515
deploy:
1616
- provider: NuGet
1717
server: https://www.myget.org/F/xerprojects-ci/api/v2/package

0 commit comments

Comments
 (0)