Skip to content

Commit a12da2a

Browse files
Add Slack notification to appveyor.yml
1 parent 7244d5e commit a12da2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ before_build:
2525

2626
artifacts:
2727
- path: '**\*.nupkg'
28+
29+
notifications:
30+
- provider: Slack
31+
auth_token:
32+
secure: fOssPHTsqm6seWcnywN2TJE9gLtRdd1iXLRWWWWAhx4atR0u0ECGb/9Ij/gI/zafJI+FQvevEemi9epjeRhV/g==
33+
channel: rest-api
34+
template: "<{{buildUrl}}|Build {{projectName}} {{buildVersion}} {{status}}> Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_"

0 commit comments

Comments
 (0)