File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- ## RabbitMQ .NET Client
1
+ ## RabbitMQ .NET Client [ ![ Build status ] ( https://ci.appveyor.com/api/projects/status/33srpo7owl1h3y4e?svg=true )] ( https://ci.appveyor.com/project/rabbitmq/rabbitmq-dotnet-client )
2
2
3
3
This repository contains source code of the [ RabbitMQ .NET client] ( http://www.rabbitmq.com/dotnet.html ) .
4
4
The client is maintained by the [ RabbitMQ team at Pivotal] ( http://github.com/rabbitmq/ ) .
Original file line number Diff line number Diff line change 20
20
21
21
install :
22
22
- nuget install secure-file -ExcludeVersion
23
- - secure-file\tools\secure-file -decrypt %APPVEYOR_BUILD_FOLDER%\rabbitmq.snk .enc -secret %SNKSECRET%
23
+ - secure-file\tools\secure-file -decrypt %APPVEYOR_BUILD_FOLDER%\%KEYFILE% .enc -secret %SNKSECRET%
24
24
- ps : |
25
25
$regPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ"
26
26
if (Test-Path "HKLM:\SOFTWARE\Wow6432Node\") { $regPath = "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ" }
You can’t perform that action at this time.
0 commit comments