From 3918a9666ef9d7e95ba07a4e866c4045c6407b3b Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sun, 3 Nov 2019 13:37:47 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c0a7dc0..19e02d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,5 +28,5 @@ steps: - task: PublishBuildArtifacts@1 inputs: PathtoPublish: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip' - ArtifactName: 'lunchrun-deploy-$(Build.BuildId)' + ArtifactName: 'lunchrun-deploy' publishLocation: 'Container' \ No newline at end of file