Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Ben Ramey
2019-11-03 02:34:22 +00:00
parent fa9f950bf6
commit ec74e3e3ec

View File

@@ -20,5 +20,5 @@ steps:
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: 'deploy'
ArtifactName: 'lunchrun-deploy'
ArtifactName: 'lunchrun-deploy.zip'
publishLocation: 'Container'