Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
almounah authored Nov 13, 2024
1 parent e1482a0 commit 85a4b70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: |
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform="Any CPU" ${{env.SOLUTION_FILE_PATH}} /p:OutputPath=compiled/
echo ${{env.GITHUB_WORKSPACE}}
- name: Package Stuff
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 85a4b70

Please sign in to comment.