We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e876929 commit 49ba316Copy full SHA for 49ba316
1 file changed
.github/workflows/build.yml
@@ -204,6 +204,13 @@ 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