mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2024-11-21 19:11:08 +07:00
Merge pull request #122 from mosfet80/patch-1 [skip ci]
Update test.yml
This commit is contained in:
commit
c9685f2ae5
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup MSBuild (vswhere-path)
|
||||
id: setup_msbuild_explicit
|
||||
@ -66,4 +66,4 @@ jobs:
|
||||
echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}"
|
||||
|
||||
- name: echo MSBuild
|
||||
run: msbuild -version
|
||||
run: msbuild -version
|
||||
|
Loading…
Reference in New Issue
Block a user