forked from FoundatioFx/Foundatio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
38 lines (31 loc) · 989 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
28
29
30
31
32
33
34
35
36
37
38
version: 1.0.{build}
clone_depth: 2
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "1.0.0.0"
assembly_file_version: "{version}.0"
assembly_informational_version: "{version}.0"
before_build:
- nuget restore
- ps: .\Build\Replace-FileString -Pattern '\$version\$' -Replacement "$env:appveyor_build_version" -Path src\**\*.nuspec -Overwrite
configuration: Release
build:
project: Foundatio.sln
verbosity: minimal
publish_nuget: true
publish_nuget_symbols: true
before_test:
- cinst redis-64
- redis-server --service-install
- redis-server --service-start
- ps: '& "${Env:ProgramFiles(x86)}\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" start'
# - ps: Build\enable-rdp.ps1
deploy:
- provider: Environment
name: NuGet
notifications:
- provider: Slack
auth_token:
secure: PigIGGo7UUDwdb0KGM/s7OfpAng/OMJx7q33jKfzudFBiXi1EBEd0DRmkbCc7CiX
channel: notifications