From f9dccb5a2d07e50d842f3b04e98a0cc29bce3105 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Sat, 21 Sep 2019 08:35:36 -0700 Subject: [PATCH] Include dumps on forks --- .azure/pipelines/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index ecb0510f3a..7e2edc2653 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -454,7 +454,7 @@ stages: - name: Windows_Test_Dumps path: artifacts/dumps/ publishOnError: true - includeForks: false + includeForks: true - name: Windows_Test_Logs path: artifacts/log/ publishOnError: true @@ -482,7 +482,7 @@ stages: - name: Windows_Test_Templates_Dumps path: artifacts/dumps/ publishOnError: true - includeForks: false + includeForks: true - name: Windows_Test_Templates_Logs path: artifacts/log/ publishOnError: true