Skip to content

Set up your GitHub Actions workflow with 2.7.1 version of VSWhere.exe CLI tool

License

Notifications You must be signed in to change notification settings

warrenbuckley/Setup-VSWhere

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

setup-vswhere

This action sets up VSWhere.exe as a CLI tool for use in actions by:

  • optionally downloading and caching a version of VSWhere.exe and adds to PATH for future steps to use

https://github.com/microsoft/vswhere

Usage

Basic:

steps:
name: ASP.NET CI
on: [push]
jobs:
  build:
    runs-on: windows-latest

    steps:
    - uses: actions/checkout@master

    - name: Setup VSWhere.exe
      uses: warrenbuckley/Setup-VSWhere@v1

    - name: VSWhere MSBuild
      run: vswhere -latest -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome! See Contributor's Guide

About

Set up your GitHub Actions workflow with 2.7.1 version of VSWhere.exe CLI tool

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published