You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/infrastructure/deployment-targets/tentacle/windows/index.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ Before you install Tentacle, review the software and hardware requirements for:
24
24
-[The latest version of Tentacle](/docs/infrastructure/deployment-targets/tentacle/windows/requirements).
25
25
-[Versions prior to Tentacle 3.1](/docs/infrastructure/deployment-targets/tentacle/windows/requirements/legacy-requirements).
26
26
27
+
## .NET Framework dependency
28
+
29
+
Tentacle for Windows is published as either a .NET Framework dependent executable or a self-contained executable. The framework-dependent Tentacle will require a compatible version of .NET Framework to be installed. The self-contained Tentacle bundles the .NET runtime with the application. To learn more about .NET publishing options, see the [Microsoft docs](https://learn.microsoft.com/en-us/dotnet/core/deploying/).
30
+
31
+
Once you have installed one type of Tentacle, future updates of Tentacle done via Octopus Server will respect the current publishing mode.
32
+
27
33
## Communication mode
28
34
29
35
Tentacles can be configured to communicate in Listening mode or Polling mode. Listening mode is the recommended communication style. Learn about the differences between the two modes and when you might choose to use Polling mode instead of Listening mode on the [Tentacle communication](/docs/infrastructure/deployment-targets/tentacle/tentacle-communication) page.
0 commit comments