Skip to content

Commit

Permalink
Update working-directory in msbuild.yml to use github.workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Dec 1, 2024
1 parent cb76ae9 commit 9876377
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 @@ -48,7 +48,7 @@ jobs:
run: ./devtools/fixsln.sh games.sln

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
working-directory: ${{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 /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

0 comments on commit 9876377

Please sign in to comment.