diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f7d5c5..2d1e651 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,6 +32,7 @@ extends: pool: name: 1ES-Shared-Hosted-Pool_Linux-Mariner-2 os: linux + vmImage: 'ubuntu-latest' steps: - task: GoTool@0 inputs: @@ -45,3 +46,6 @@ extends: inputs: command: 'build' workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops' + - task: CopyFiles@2 + inputs: + TargetFolder: '$(Build.ArtifactStagingDirectory)'