We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8862d commit 5b39848Copy full SHA for 5b39848
.github/workflows/cs2_msbuild.yml
@@ -29,8 +29,8 @@ jobs:
29
msbuild -version
30
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform="x64" -t:rebuild -verbosity:diag ${{env.SOLUTION_FILE_PATH}}
31
32
- - name: Show Ouput Files
+ - name: Show MSBuild Cpp Ouput
33
working-directory: ${{env.GITHUB_WORKSPACE}}
34
run: |
35
dir
36
- shell: cmd
+ shell: cmd
0 commit comments