Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Add usage example of msbuild-architecture input #67

Closed
LanceMcCarthy opened this issue Nov 8, 2021 · 1 comment
Closed
Assignees
Labels
📃 documentation Improvements or additions to documentation

Comments

@LanceMcCarthy
Copy link
Contributor

Add description and examples of using the msbuild-architecture input.

For example:

    - name: Setup 64 bit msbuild.exe
      uses: microsoft/setup-msbuild@v1.1
      with:
        msbuild-architecture: 'x64'

and

    - name: Setup 32 bit msbuild.exe
      uses: microsoft/setup-msbuild@v1.1
      with:
        msbuild-architecture: 'x86'

It would also be nice to see the other parameter descriptions/examples. If you're updating it for this one, might as well add any missing ones while you're in there :)

@timheuer timheuer self-assigned this Nov 8, 2021
@timheuer timheuer added the 📃 documentation Improvements or additions to documentation label Nov 8, 2021
@MarkIngramUK
Copy link
Contributor

vs-prerelease isn't mentioned in the readme either. I had to dig through the source code to find out if it was possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📃 documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants