Modifying version and readme notes [skip ci]
This commit is contained in:
Родитель
1ccd12233c
Коммит
645e3f7313
|
@ -42,6 +42,7 @@ jobs:
|
||||||
PATH: ''
|
PATH: ''
|
||||||
|
|
||||||
- name: Setup MSBuild (x64)
|
- name: Setup MSBuild (x64)
|
||||||
|
if: always()
|
||||||
id: setup_msbuild_path_x64
|
id: setup_msbuild_path_x64
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
@ -49,6 +50,7 @@ jobs:
|
||||||
msbuild-architecture: 'x64'
|
msbuild-architecture: 'x64'
|
||||||
|
|
||||||
- name: Setup MSBuild (arm64)
|
- name: Setup MSBuild (arm64)
|
||||||
|
if: always()
|
||||||
id: setup_msbuild_path_arm
|
id: setup_msbuild_path_arm
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -39,7 +39,7 @@ If you need your Actions runner to target a pre-release version of Visual Studio
|
||||||
```
|
```
|
||||||
|
|
||||||
### Specifying MSBuild architecture (optional)
|
### 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
|
```yml
|
||||||
- name: Add msbuild to PATH
|
- name: Add msbuild to PATH
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "setup-msbuild",
|
"name": "setup-msbuild",
|
||||||
"version": "1.1.3",
|
"version": "1.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Helps set up specific MSBuild tool into PATH for later usage.",
|
"description": "Helps set up specific MSBuild tool into PATH for later usage.",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче