We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3920c21 commit f4812d5Copy full SHA for f4812d5
1 file changed
.azure-pipelines/release.yml
@@ -536,7 +536,9 @@ extends:
536
authSignCertName: '$(esrpAuthSignCertName)'
537
serviceEndpointUrl: '$(esrpEndpointUrl)'
538
folderPath: '$(Build.ArtifactStagingDirectory)/payload'
539
- pattern: '**\*.exe;**\*.dll'
+ pattern: |
540
+ **/*.exe
541
+ **/*.dll
542
useMinimatch: true
543
signConfigType: inlineSignParams
544
inlineOperation: |
@@ -584,7 +586,7 @@ extends:
584
586
585
587
588
folderPath: '$(Build.ArtifactStagingDirectory)/packages'
- pattern: '**/*'
589
+ pattern: '**/*.nupkg'
590
591
592
0 commit comments