Skip to content

Commit fb1027b

Browse files
committed
Remove Install Section
1 parent b948ac4 commit fb1027b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

appveyor.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@ init:
1111
- choco install -y erlang
1212
- choco install -y rabbitmq
1313

14-
install:
15-
- copy "Local.props.example" "Local.props"
16-
- ps: |
17-
$localpropsitem = Get-ChildItem ".\Local.props"
18-
$xml = New-Object -TypeName XML
19-
$xml.Load($localpropsitem)
20-
$xml.Project.PropertyGroup.PropAssemblyVersion = ${env:APPVEYOR_BUILD_VERSION}
21-
$xml.Save($localpropsitem)
22-
- ps: |
23-
$regPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ"
24-
if (Test-Path "HKLM:\SOFTWARE\Wow6432Node\") { $regPath = "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ" }
25-
$path = Split-Path -Parent (Get-ItemProperty $regPath "UninstallString").UninstallString
26-
$version = (Get-ItemProperty $regPath "DisplayVersion").DisplayVersion
27-
[Environment]::SetEnvironmentVariable("RABBITMQ_HOME", "$path\rabbitmq_server-$version", "User")
28-
[Environment]::SetEnvironmentVariable("RABBITMQ_RABBITMQCTL_PATHen", "$path\rabbitmq_server-$version\sbin\rabietmqctl.bat", "User")
29-
3014
build:
3115
parallel: true
3216
project: RabbitMQDotNetClient.sln

0 commit comments

Comments
 (0)