Skip to content

Commit f897551

Browse files
committed
Really Fix File, Add Badge
1 parent 754798a commit f897551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
This repository contains source code of the [RabbitMQ .NET client](http://www.rabbitmq.com/dotnet.html).
44
The client is maintained by the [RabbitMQ team at Pivotal](http://github.com/rabbitmq/).

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ init:
2020

2121
install:
2222
- 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%
2424
- ps: |
2525
$regPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ"
2626
if (Test-Path "HKLM:\SOFTWARE\Wow6432Node\") { $regPath = "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ" }

0 commit comments

Comments
 (0)