From 4ff57c3d76d6dbd6bd2874fb796960790219dd5c Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sat, 25 Feb 2023 20:17:19 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80d814b..804fee6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,3 +14,8 @@ steps: inputs: filePath: 'build.ps1' arguments: 'deployment-package --artifact-dir $(Build.ArtifactStagingDirectory)' +- task: PublishBuildArtifacts@1 + inputs: + PathtoPublish: '$(Build.ArtifactStagingDirectory)' + ArtifactName: 'TwainDeploymentPackage' + publishLocation: 'Container'