Skip to content

Commit f4812d5

Browse files
committed
fixup! .azure-pipelines/release.yml: add .NET Tool release pipeline
1 parent 3920c21 commit f4812d5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.azure-pipelines/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,9 @@ extends:
536536
authSignCertName: '$(esrpAuthSignCertName)'
537537
serviceEndpointUrl: '$(esrpEndpointUrl)'
538538
folderPath: '$(Build.ArtifactStagingDirectory)/payload'
539-
pattern: '**\*.exe;**\*.dll'
539+
pattern: |
540+
**/*.exe
541+
**/*.dll
540542
useMinimatch: true
541543
signConfigType: inlineSignParams
542544
inlineOperation: |
@@ -584,7 +586,7 @@ extends:
584586
authSignCertName: '$(esrpAuthSignCertName)'
585587
serviceEndpointUrl: '$(esrpEndpointUrl)'
586588
folderPath: '$(Build.ArtifactStagingDirectory)/packages'
587-
pattern: '**/*'
589+
pattern: '**/*.nupkg'
588590
useMinimatch: true
589591
signConfigType: inlineSignParams
590592
inlineOperation: |

0 commit comments

Comments
 (0)