From 9919361b615514adde8d4b249faac7766112a670 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sat, 25 Feb 2023 14:05:17 -0600 Subject: [PATCH] Update azure-pipeline --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6a36f7..80d814b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,4 +13,4 @@ steps: - task: PowerShell@2 inputs: filePath: 'build.ps1' - arguments: 'build' \ No newline at end of file + arguments: 'deployment-package --artifact-dir $(Build.ArtifactStagingDirectory)'