Skip to content

Commit 97ec0dd

Browse files
committed
Fully Qualify Path
1 parent 6530e9f commit 97ec0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 rabbitmq.snk.enc -secret %SNKSECRET%
23+
- secure-file\tools\secure-file -decrypt %APPVEYOR_BUILD_FOLDER%\rabbitmq.snk.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)