Skip to content

Commit 9fe8dba

Browse files
authored
Merge pull request #23 from LanceMcCarthy/patch-1
Update README.md
2 parents 45346b5 + 0b56439 commit 9fe8dba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ You may have a situation where your Actions runner has multiple versions of Visu
1414
```yml
1515
- name: Add msbuild to PATH
1616
uses: microsoft/[email protected]
17-
with:
18-
vs-version: '[16.4,16.5)'
17+
with:
18+
vs-version: '[16.4,16.5)'
1919
```
2020

2121
The syntax is the same used for Visual Studio extensions, where square brackets like "[" mean inclusive, and parenthesis like "(" mean exclusive. A comma is always required, but eliding the minimum version looks for all older versions and eliding the maximum version looks for all newer versions. See the [vswhere wiki](https://github.com/microsoft/vswhere/wiki) for more details.
@@ -26,8 +26,8 @@ This makes use of the vswhere tool which is a tool delivered by Microsoft to hel
2626
```yml
2727
- name: Add msbuild to PATH
2828
uses: microsoft/[email protected]
29-
with:
30-
vswhere-path: 'C:\path\to\your\tools\'
29+
with:
30+
vswhere-path: 'C:\path\to\your\tools\'
3131
```
3232

3333
## Notes on arguments

0 commit comments

Comments
 (0)