Skip to content

Commit 5b39848

Browse files
authored
Update cs2_msbuild.yml
1 parent 7e8862d commit 5b39848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cs2_msbuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
msbuild -version
3030
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform="x64" -t:rebuild -verbosity:diag ${{env.SOLUTION_FILE_PATH}}
3131
32-
- name: Show Ouput Files
32+
- name: Show MSBuild Cpp Ouput
3333
working-directory: ${{env.GITHUB_WORKSPACE}}
3434
run: |
3535
dir
36-
shell: cmd
36+
shell: cmd

0 commit comments

Comments
 (0)