-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
29 lines (29 loc) · 1.06 KB
/
appveyor.yml
File metadata and controls
29 lines (29 loc) · 1.06 KB
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
version: 1.0.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore src\AzureServiceBus.sln
build:
verbosity: minimal
after_build:
- cmd: copy src\RedBear.Log4View.AzureServiceBusReceiver.Setup\bin\Release\RedBear.Log4View.AzureServiceBusReceiver.Setup.msi .\RedBear.Log4View.AzureServiceBusReceiver.Setup.msi
notifications:
- provider: Slack
incoming_webhook:
secure: Mtm90XxM7T+5NlCQZ6xlQMqJ4I88JWmn6Vf3CgsTmhmcWPZHzIX5v5UxiOxtXqlpqWYVaXLCBsxU3vCMw+Ru9rhtrVag0a9ZvTzg59uU4KM=
artifacts:
- path: RedBear.Log4View.AzureServiceBusReceiver.Setup.msi
deploy:
provider: AzureBlob
storage_account_name: rbpublic
storage_access_key:
secure: kM+0k+fbuvqkBACRn2ZR3PkVyeq6cUzQa6jVD3BKVyO32xuJvfWUjynQl6Y2ye2hAJCZ5KO0oK2vFxZfw2+4PS5P4pF+dL59NGAT5UoTSnmVjyOXK6ly+sguZMLZk7fc
container: log4view
artifact: RedBear.Log4View.AzureServiceBusReceiver.Setup.msi
unzip: false
set_content_type: true