Skip to content

Commit a913d5b

Browse files
author
Colin Robertson
committed
Add versioning to reference
1 parent 18f6c34 commit a913d5b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/build/reference/connectionmanager-reference.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ helpviewer_keywords: ["ConnectionManager program"]
66
---
77
# ConnectionManager reference
88

9+
::: moniker range="<=vs-2017"
10+
11+
ConnectionManager.exe is available in Visual Studio 2019 version 16.5 and later.
12+
13+
::: moniker-end
14+
15+
::: moniker range="vs-2019"
16+
917
ConnectionManager.exe is a command-line utility to manage remote development connections outside of Visual Studio. It's useful for tasks such as provisioning a new development machine. Or, use it to set up Visual Studio for continuous integration. You can use it in a Developer Command Prompt window. For more information about the Developer Command Prompt, see [Use the Microsoft C++ toolset from the command line](..\building-on-the-command-line.md).
1018

1119
ConnectionManager.exe is available in Visual Studio 2019 version 16.5 and later. It's installed automatically when you choose the **Connection Manager** component in the Visual Studio Installer. By default, it's installed in *%VCIDEInstallDir%\\Linux\\bin\\ConnectionManager.exe*.
@@ -93,3 +101,5 @@ ConnectionManager.exe remove 1975957870
93101
## See also
94102

95103
[Connect to your target Linux system in Visual Studio](../../linux/connect-to-your-remote-linux-computer.md)
104+
105+
::: moniker-end

0 commit comments

Comments
 (0)