We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bb5a9 commit 47948c2Copy full SHA for 47948c2
azure-pipelines.yml
@@ -31,6 +31,7 @@ extends:
31
- job: job
32
pool:
33
name: 1ES-Shared-Hosted-Pool_Linux-Mariner-2
34
+ os: linux
35
vmImage: 'ubuntu-latest'
36
steps:
37
- task: GoTool@0
@@ -43,8 +44,9 @@ extends:
43
44
workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'
45
- task: Go@0
46
inputs:
- command: 'build'
47
+ command: 'clean'
48
- - task: CopyFiles@2
49
+ - task: Go@0
50
- TargetFolder: '$(Build.ArtifactStagingDirectory)'
51
+ command: 'build'
52
+ workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'
0 commit comments