Install and Setup the JFrog Visual Studio Extension
This section reviews how to setup and install the JFrog Visual Studio Extension. It lists the supported visual studio versions, and instructions on installing and configuring the extension. It reviews the following:
Supported Visual Studio Versions
Install the JFrog Visual Studio Extension
Configure the JFrog Visual Studio Extension to Connect to JFrog Xray
Use the JFrog Visual Studio Extension
Supported Visual Studio Versions
Two extensions are shared to the marketplace - each of them supports a different Visual Studio version:
Prerequisites
Frog Xray version 2.5.0 and above.
Install the JFrog Visual Studio Extension
To install and work with the extension:
Open the terminal window.
Run the nuget command. If it is not recognized as a command, please add nuget.exe to the PATH environment variable.
If your projects use NPM, Run the npm command. If it is not recognized as a command, please add npm.exe to the PATHenvironment variable.
Open Visual Studio
Go to Tools | Extensions and Updates
Search for JFrog.
Click on Download
Once the installation is completed, re-open Visual Studio.
Configure the JFrog Visual Studio Extension to Connect to JFrog Xray
Once the extension is successfully installed, connect Visual Studio to your instance of JFrog Xray.
Go to Tools | Options | JFrog | JFrog Xray
Set your JFrog Platform URL and login credentials.
Test your connection to Xray using the Test connection button.
Last updated