We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6530e9f commit 97ec0ddCopy full SHA for 97ec0dd
appveyor.yml
@@ -20,7 +20,7 @@ init:
20
21
install:
22
- nuget install secure-file -ExcludeVersion
23
- - secure-file\tools\secure-file -decrypt rabbitmq.snk.enc -secret %SNKSECRET%
+ - secure-file\tools\secure-file -decrypt %APPVEYOR_BUILD_FOLDER%\rabbitmq.snk.enc -secret %SNKSECRET%
24
- ps: |
25
$regPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ"
26
if (Test-Path "HKLM:\SOFTWARE\Wow6432Node\") { $regPath = "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ" }
0 commit comments