From 88309a9cb4c8dbd841d9fffe7cbf0ae345f5ba0c Mon Sep 17 00:00:00 2001 From: dkanada Date: Tue, 17 Mar 2020 00:49:38 +0900 Subject: [PATCH] output files for testing --- .ci/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index bb11c83e83..13970939c0 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -44,6 +44,9 @@ jobs: - script: 'yarn install' displayName: 'Install Dependencies' + - script: 'ls -al $(Pipeline.Workspace)' + displayName: 'Output Files' + - script: 'yarn build' displayName: 'Build Development' condition: eq(variables['BuildConfiguration'], 'development')