Skip to content

Commit

Permalink
fix appveyor, attempt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Jun 14, 2019
1 parent f30bd8d commit c403281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- ps: (New-Object Net.WebClient).DownloadFile('https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.7.15/rabbitmq-server-3.7.15.exe', $exePath)

- ECHO Write-Host "Installing..."
- cmd /c start /wait $exePath /S
- ps: cmd /c start /wait $exePath /S

- ps: $rabbitPath = 'C:\Program Files (x86)\RabbitMQ Server\rabbitmq-server-3.7.15'

Expand Down

0 comments on commit c403281

Please sign in to comment.