Skip to content

Commit

Permalink
Merge pull request #183 from microsoft/apudovkin-ms-update-azure-pipe…
Browse files Browse the repository at this point in the history
…lines.yaml

Update azure-pipelines.yml
  • Loading branch information
apudovkin-ms authored Sep 26, 2024
2 parents a0bb5a9 + 47948c2 commit 2512132
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ extends:
- job: job
pool:
name: 1ES-Shared-Hosted-Pool_Linux-Mariner-2
os: linux
vmImage: 'ubuntu-latest'
steps:
- task: GoTool@0
Expand All @@ -43,8 +44,9 @@ extends:
workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'
- task: Go@0
inputs:
command: 'build'
command: 'clean'
workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'
- task: CopyFiles@2
- task: Go@0
inputs:
TargetFolder: '$(Build.ArtifactStagingDirectory)'
command: 'build'
workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'

0 comments on commit 2512132

Please sign in to comment.