File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ if($perfCountersInstalled -and $msmqInstalled -and $dtcInstalled -and $ravenDBIn
75
75
New-Item - Path $nserviceBusVersionPath - ErrorAction silentlycontinue | Out-Null
76
76
New-ItemProperty - Path $nserviceBusVersionPath - Name $machinePreparedKey - PropertyType String - Value " true" | Out-Null
77
77
78
- $url = " http://particular.net/articles/preparing-your-machine-to-run-nservicebus?dtc=" + $dtcInstalled + " &msmq=" + $msmqInstalled + " &raven=" + $ravenDBInstalled + " &perfcounter=" + $perfCountersInstalled + " &installer=NServiceBus&method=nuget" + " &version=" + $nservicebusVersion .Major + " . " + $nservicebusVersion .Minor + " . " + $nservicebusVersion .Build
78
+ $url = " http://particular.net/articles/preparing-your-machine-to-run-nservicebus?dtc=" + $dtcInstalled + " &msmq=" + $msmqInstalled + " &raven=" + $ravenDBInstalled + " &perfcounter=" + $perfCountersInstalled + " &installer=NServiceBus&method=nuget&version=" + $package .Version
79
79
$url = $url.ToLowerInvariant ();
80
80
81
81
$dte.ExecuteCommand (" View.URL" , $url )
You can’t perform that action at this time.
0 commit comments