File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,7 +308,10 @@ extends:
308308 authSignCertName : ' $(esrpAuthSignCertName)'
309309 serviceEndpointUrl : ' $(esrpEndpointUrl)'
310310 folderPath : ' $(Build.ArtifactStagingDirectory)/payload'
311- pattern : ' **/*'
311+ pattern : |
312+ **/git-credential-manager
313+ **/*.dylib
314+ !**/*.dll
312315 useMinimatch : true
313316 signConfigType : inlineSignParams
314317 inlineOperation : |
@@ -352,7 +355,7 @@ extends:
352355 authSignCertName : ' $(esrpAuthSignCertName)'
353356 serviceEndpointUrl : ' $(esrpEndpointUrl)'
354357 folderPath : ' $(Build.ArtifactStagingDirectory)/installers'
355- pattern : ' **/*'
358+ pattern : ' **/*.pkg '
356359 useMinimatch : true
357360 signConfigType : inlineSignParams
358361 inlineOperation : |
@@ -377,7 +380,7 @@ extends:
377380 authSignCertName : ' $(esrpAuthSignCertName)'
378381 serviceEndpointUrl : ' $(esrpEndpointUrl)'
379382 folderPath : ' $(Build.ArtifactStagingDirectory)/installers'
380- pattern : ' **/*'
383+ pattern : ' **/*.pkg '
381384 useMinimatch : true
382385 signConfigType : inlineSignParams
383386 inlineOperation : |
You can’t perform that action at this time.
0 commit comments