From 7210fe790de2e0fd4713bd348219f1aff4278849 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sun, 3 Nov 2019 02:07:27 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a70343..8e0506e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,6 +19,6 @@ steps: - task: PublishBuildArtifacts@1 inputs: - PathtoPublish: '$(Build.ArtifactStagingDirectory)' - ArtifactName: 'deploy.zip' + PathtoPublish: 'deploy' + ArtifactName: 'lunchrun-deploy' publishLocation: 'Container' \ No newline at end of file