Skip to content

Commit 14d1dda

Browse files
authored
Merge pull request #179 from microsoft/apudovkin-ms-patch-1
Update azure-pipelines.yml
2 parents bf71b21 + 96a2572 commit 14d1dda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ extends:
3232
pool:
3333
name: 1ES-Shared-Hosted-Pool_Linux-Mariner-2
3434
os: linux
35+
vmImage: 'ubuntu-latest'
3536
steps:
3637
- task: GoTool@0
3738
inputs:
@@ -45,3 +46,6 @@ extends:
4546
inputs:
4647
command: 'build'
4748
workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'
49+
- task: CopyFiles@2
50+
inputs:
51+
TargetFolder: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)