Skip to content

Commit

Permalink
Modifying version and readme notes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Nov 13, 2022
1 parent 1ccd122 commit 645e3f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:
PATH: ''

- name: Setup MSBuild (x64)
if: always()
id: setup_msbuild_path_x64
uses: ./
with:
vs-prerelease: true
msbuild-architecture: 'x64'

- name: Setup MSBuild (arm64)
if: always()
id: setup_msbuild_path_arm
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you need your Actions runner to target a pre-release version of Visual Studio
```

### Specifying MSBuild architecture (optional)
By default the action will use the x86 architecture for MSBuild, but it is possible to target the x64 versions instead. Simply add the `msbuild-architecture` input. Valid input values are `x86` (default) and `x64`.
By default the action will use the x86 architecture for MSBuild, but it is possible to target the x64 versions instead. Simply add the `msbuild-architecture` input. Valid input values are `x86` (default), `x64`, and `arm64`. Note that the success of these will rely on the runner OS.

```yml
- name: Add msbuild to PATH
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-msbuild",
"version": "1.1.3",
"version": "1.2.0",
"private": true,
"description": "Helps set up specific MSBuild tool into PATH for later usage.",
"main": "lib/main.js",
Expand Down

3 comments on commit 645e3f7

@Ailcool123

This comment was marked as off-topic.

@Ailcool123

This comment was marked as off-topic.

@killingzon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k

Please sign in to comment.