From 4e2588e68dedb9ef1fdd9d7b45d2b908b3888a35 Mon Sep 17 00:00:00 2001 From: apudovkin-ms Date: Thu, 26 Sep 2024 10:04:49 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2d1e651..885b7ef 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,6 +45,7 @@ extends: - task: Go@0 inputs: command: 'build' + arguments: '-a' workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops' - task: CopyFiles@2 inputs: