-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathappveyor.yml
27 lines (20 loc) · 883 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
os: Visual Studio 2017
version: 2.2.0-alpha-{build}
nuget:
project_feed: true
before_build:
- cmd: set DOTNET_ASSEMBLY_FILE_VERSION=%APPVEYOR_BUILD_NUMBER%
- cmd: set DOTNET_BUILD_VERSION=%APPVEYOR_BUILD_NUMBER%
- ps: dotnet restore
artifacts:
- path: '**\*.nupkg'
build_script:
- cmd: dotnet build src/MakingSense.AspNetCore.Authentication.SimpleToken --version-suffix %APPVEYOR_BUILD_NUMBER%
after_build:
- cmd: dotnet pack src/MakingSense.AspNetCore.Authentication.SimpleToken --version-suffix %APPVEYOR_BUILD_NUMBER%
notifications:
- provider: Slack
auth_token:
secure: fOssPHTsqm6seWcnywN2TJE9gLtRdd1iXLRWWWWAhx4atR0u0ECGb/9Ij/gI/zafJI+FQvevEemi9epjeRhV/g==
channel: rest-api
template: "<{{buildUrl}}|Build {{projectName}} {{buildVersion}} {{status}}> Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_"