简体   繁体   中英

Is there any Intelij plugin for Team Foundation Server (TFS) windows that I can but it in CI\CD and run the project?

Is there any Intellij plugin for Team Foundation Server (TFS) windows that I can but it in CI\CD and run the project? I have a project with jar files and kotlin and I want to know if their is a plugin that can run my project? (in TFS)

There is Azure DevOps Services Plugin for IntelliJ IDEA which can be installed from IntelliJ by browsing the Plugin Repository .

  1. In IntelliJ, open plugin settings:

    • Linux: from the File menu, select Settings... then Plugins
    • Mac: from the I ntelliJ IDEA menu , select Preferences... then Plugins
    • Windows: from the File menu, select Settings... then Plugins
  2. Click the Browse repositories... button and search for "Visual Studio Team Services".
  3. Click the Install plugin button and restart IntelliJ IDEA.

The Azure Repos Plugin for IntelliJ allows you to connect to your Git repositories on Azure DevOps Services and Team Foundation Server (TFS) in a seamless and intuitive way. You can also use this plugin to import projects into Azure Repos or create pull requests in your Azure DevOps Services/TFS Git repository.

This plugin enable working with Git and TFVC repositories on Azure DevOps Services or Team Foundation Server (TFS) 2015+.

More details about how to use it, please kindly refer our official guide here-- Azure Repos Plugin for IntelliJ IDEA

*

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM