fix: switch msbuild target from vcxproj to sln for windows CI build

This commit is contained in:
ruby0x1 2021-11-14 08:28:56 +00:00
parent 5c378efca4
commit 301b626daf

View File

@ -48,7 +48,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.1
- name: build
working-directory: ./projects/vs2019/
run: msbuild ./wren_cli.vcxproj /property:Configuration=Release /property:Platform=64bit
run: msbuild ./wren_cli.sln /property:Configuration=Release /property:Platform=64bit
- uses: actions/upload-artifact@v2
with:
name: windows-bin