We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ba316 commit ad8e32cCopy full SHA for ad8e32c
1 file changed
.github/workflows/build.yml
@@ -204,13 +204,6 @@ jobs:
204
name: 'vstest-diagnostic-log-${{ matrix.multitarget }}-winui${{ matrix.winui }}.txt'
205
path: '${{ github.workspace }}/vstest-diagnostic-log.txt'
206
207
- - name: Artifact - vstest-diagnostic-log
208
- uses: actions/upload-artifact@v4
209
- if: always()
210
- with:
211
- name: 'vstest-diagnostic-log-${{ matrix.multitarget }}-winui${{ matrix.winui }}.txt'
212
- path: '${{ github.workspace }}/vstest-diagnostic-log.txt'
213
-
214
- name: Analyze Dump
215
if: ${{ steps.detect-dump.outputs.DUMP_FILE != '' && (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
216
run: |
0 commit comments