Skip to content

Commit 3920c21

Browse files
committed
fixup! .azure-pipelines/release.yml: add Linux builds
1 parent 85b9174 commit 3920c21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.azure-pipelines/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,9 @@ extends:
474474
authSignCertName: '$(esrpAuthSignCertName)'
475475
serviceEndpointUrl: '$(esrpEndpointUrl)'
476476
folderPath: '$(Build.ArtifactStagingDirectory)/installers'
477-
pattern: '**/*'
477+
pattern: |
478+
**/*.deb
479+
**/*.tar.gz
478480
useMinimatch: true
479481
signConfigType: inlineSignParams
480482
inlineOperation: |

0 commit comments

Comments
 (0)