Skip to content

Commit 47948c2

Browse files
authored
Update azure-pipelines.yml
1 parent a0bb5a9 commit 47948c2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

azure-pipelines.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ extends:
3131
- job: job
3232
pool:
3333
name: 1ES-Shared-Hosted-Pool_Linux-Mariner-2
34+
os: linux
3435
vmImage: 'ubuntu-latest'
3536
steps:
3637
- task: GoTool@0
@@ -43,8 +44,9 @@ extends:
4344
workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'
4445
- task: Go@0
4546
inputs:
46-
command: 'build'
47+
command: 'clean'
4748
workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'
48-
- task: CopyFiles@2
49+
- task: Go@0
4950
inputs:
50-
TargetFolder: '$(Build.ArtifactStagingDirectory)'
51+
command: 'build'
52+
workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'

0 commit comments

Comments
 (0)