Skip to content

Commit

Permalink
Build should be release
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Jun 7, 2023
1 parent de0e363 commit 5ad6e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
mkdir build
cd build
cmake .. -G "${{ env.GENERATORS }}" -A x64 -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_BUILD_TYPE=${{ env.BUILD_CONFIGURATION }} -DCMAKE_TOOLCHAIN_FILE=D:/a/vscp-helper-lib/vscp-helper-lib/vcpkg/scripts/buildsystems/vcpkg.cmake -DVSCP_PATH=vscp
cmake --build .
cmake --build . --coonfig ${{ env.BUILD_CONFIGURATION }}
#msbuild libvscphelper.sln /p:Configuration=Release
cpack .
Expand Down

0 comments on commit 5ad6e84

Please sign in to comment.