Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Nov 13, 2023
1 parent 15073e8 commit 80d127c
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 @@ -51,4 +51,4 @@ jobs:
# run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
run: |
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} testLibrary.vcxproj
testLibrary\bin\${{env.BUILD_CONFIGURATION}}\testLibrary.exe
.\testLibrary\bin\${{env.BUILD_CONFIGURATION}}\testLibrary.exe

0 comments on commit 80d127c

Please sign in to comment.