We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7244d5e commit a12da2aCopy full SHA for a12da2a
appveyor.yml
@@ -25,3 +25,10 @@ before_build:
25
26
artifacts:
27
- 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