You've already forked setup-msbuild
mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2026-03-14 21:24:12 +07:00
@@ -5,7 +5,7 @@ You know how handy that 'Visual Studio Developer Command Prompt' is on your loca
|
||||
|
||||
```
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.0
|
||||
uses: microsoft/setup-msbuild@v1.0.1
|
||||
```
|
||||
|
||||
## Specifying specific versions of Visual Studio
|
||||
@@ -13,7 +13,7 @@ You may have a situation where your Actions runner has multiple versions of Visu
|
||||
|
||||
```
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.0
|
||||
uses: microsoft/setup-msbuild@v1.0.1
|
||||
with:
|
||||
vs-version: [16.4,16.5]
|
||||
```
|
||||
@@ -23,7 +23,7 @@ This makes use of the vswhere tool which is a tool is delivered by Microsoft to
|
||||
|
||||
```
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.0
|
||||
uses: microsoft/setup-msbuild@v1.0.1
|
||||
with:
|
||||
vswhere-path: 'C:\path\to\your\tools\'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user