Skip to content

GitHub Action that installs the specified Visual Studio component(s).

License

Notifications You must be signed in to change notification settings

thepwrtank18/install-vs-components

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

GitHub Action that installs the specified Visual Studio component(s).

Resources

License

Stars

Watchers

Forks

Packages

No packages published