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: