From 35d1b7f797d302b3c243a83bc3b247170c994f2e Mon Sep 17 00:00:00 2001 From: Jojo Aquino Date: Sun, 13 Apr 2025 00:26:39 +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 b243d55..da4730a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -70,7 +70,7 @@ stages: - task: PowerShell@2 inputs: filePath: 'make.ps1' - arguments: '-OutputDir $(Build.ArtifactStagingDirectory)-linux' + arguments: '-OutputDir $(Build.ArtifactStagingDirectory)-windows' - task: PublishBuildArtifacts@1 inputs: