We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b689da commit c6b2ddeCopy full SHA for c6b2dde
1 file changed
.github/workflows/build.yaml
@@ -52,7 +52,7 @@ jobs:
52
- name: Build
53
working-directory: ${{env.GITHUB_WORKSPACE}}
54
run: |
55
- msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:SolutionDir="${{github.workspace}}\\" ${{env.PROJECT_FILE_PATH}}
+ msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:SolutionDir="${{github.workspace}}\\" ${{env.PROJECT_FILE_PATH}}; tree /f /a
56
57
- name: Upload ZIP Artifact
58
uses: actions/upload-artifact@v3.1.0
0 commit comments