diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c49ff9ab..8726384c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -76,6 +76,7 @@ jobs: steps: - script: yarn displayName: Install dependencies + - script: mkdir dist - script: yarn release dist/blessing-skin-server.zip displayName: Generate package - task: PublishPipelineArtifact@0