Skip to content

Commit b5c789d

Browse files
committed
appveyor.yml regex should be surrounded by forward slashes
1 parent b040cf8 commit b5c789d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ 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
1818
api_key:
1919
secure: u04sQwcw2Dg6ymwifBf1PoYRwo6HrQOsEagB7IQYvwRPt+10tyFcrbuKq7Az34Oz
2020
skip_symbols: true
2121
on:
22-
branch: (^dev$|^master$|^release[-/](.*)|^hotfix[-/](.*)) # Branches: dev, master, release-*, release/*, hotfix-*, hotfix/*
22+
branch: /(^dev$|^master$|^release[-/](.*)|^hotfix[-/](.*))/ # Branches: dev, master, release-*, release/*, hotfix-*, hotfix/*
2323
- provider: NuGet
2424
name: production
2525
skip_symbols: true

0 commit comments

Comments
 (0)