You've already forked setup-msbuild
mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2025-08-02 03:37:15 +07:00
Fix sync/async callback issue
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
id: setup_msbuild
|
||||
uses: ./
|
||||
with:
|
||||
vs-version: "[16.4,16.6]"
|
||||
vs-version: "[16.4,)"
|
||||
|
||||
- name: echo msbuild path
|
||||
run: echo "${{ steps.setup_msbuild.outputs.msbuildPath }}"
|
||||
|
Reference in New Issue
Block a user