Skip to content
archive

GitHub Action

Install VS Components

v1.0.0 Latest version

Install VS Components

archive

Install VS Components

Installs the VS component(s) specified

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Install VS Components

uses: thepwrtank18/[email protected]

Learn more about this action in thepwrtank18/install-vs-components

Choose a version

Install VS Components

This action installs the component(s) specified into Visual Studio for that run.

Inputs

components

Required The component(s) to be installed, seperated by only a comma.

Outputs

success

Whether it is successful or not, bring true or false. It should throw an exception anyway if it's not successful.

Example usage

uses: thepwrtank18/install-vs-components@v1
with:
  components: Microsoft.VisualStudio.Component.WinXP,Microsoft.Net.Component.4.6.2.TargetingPack