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 fca0136 commit 0ecf37dCopy full SHA for 0ecf37d
appveyor.yml
@@ -14,8 +14,8 @@ environment:
14
cache:
15
# Note: this must match the $rabbitmq_installer_path and $erlang_installer_path values in
16
# tools\appveyor\install.ps1
17
- - "%HOMEDRIVE%%HOMEPATH%\rabbitmq-server-3.8.2.exe"
18
- - "%HOMEDRIVE%%HOMEPATH%\otp_win64_22.2.exe"
+ - "%HOMEDRIVE%%HOMEPATH%\\rabbitmq-server-3.8.2.exe"
+ - "%HOMEDRIVE%%HOMEPATH%\\otp_win64_22.2.exe"
19
20
install:
21
- IF DEFINED SNKSECRET (nuget install secure-file -ExcludeVersion)
0 commit comments