Skip to content

Commit c6b2dde

Browse files
committed
List all contents
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
1 parent 1b689da commit c6b2dde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build
5353
working-directory: ${{env.GITHUB_WORKSPACE}}
5454
run: |
55-
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:SolutionDir="${{github.workspace}}\\" ${{env.PROJECT_FILE_PATH}}
55+
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:SolutionDir="${{github.workspace}}\\" ${{env.PROJECT_FILE_PATH}}; tree /f /a
5656
5757
- name: Upload ZIP Artifact
5858
uses: actions/upload-artifact@v3.1.0

0 commit comments

Comments
 (0)