diff --git a/azure-pipelines-edge.yml b/azure-pipelines-edge.yml index 4068abc2c..3a6558389 100644 --- a/azure-pipelines-edge.yml +++ b/azure-pipelines-edge.yml @@ -90,7 +90,11 @@ stages: artifactName: 'backend' downloadPath: $(System.DefaultWorkingDirectory)/backend - script: | + ls -al $(System.DefaultWorkingDirectory) + ls -al $(System.DefaultWorkingDirectory)/frontend + mkdir -p $(System.DefaultWorkingDirectory)/frontend/build mv $(System.DefaultWorkingDirectory)/frontend-build/* $(System.DefaultWorkingDirectory)/frontend/build + ls -al $(System.DefaultWorkingDirectory)/frontend/build - task: Docker@2 inputs: containerRegistry: 'dockerHub'