Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali7536 authored Nov 18, 2021
1 parent 77ff3b1 commit 9692108
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 @@ -29,7 +29,7 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild LennahSSG.sln /p:OutputPath=D:\a\LennahSSG\LennahSSG\LennahSSG
run: msbuild LennahSSG.sln /p:OutDir=D:\a\LennahSSG\LennahSSG\LennahSSG
- name: test
working-directory: ${{env.GITHUB_WORKSPACE}}
run: D:\a\LennahSSG\LennahSSG\LennahSSG\LennahSSG.exe -t

0 comments on commit 9692108

Please sign in to comment.