warrenbuckley / Setup-VSWhere

Set up your GitHub Actions workflow with 2.7.1 version of VSWhere.exe CLI tool
MIT License
2 stars 1 forks source link
github-action github-actions vswhere

setup-vswhere

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

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