Skip to content

Commit 6d39ad6

Browse files
authored
Merge pull request #7606 from dibarbet/dev/dibarbet/signing_exclusion
exclude some debugger binaries from codesign validation
2 parents 14f6abd + c4e4b07 commit 6d39ad6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines-official.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ extends:
5050
tsa:
5151
enabled: true
5252
configFile: '$(Build.SourcesDirectory)/.config/guardian/TSAConfig.gdntsa'
53+
codeSignValidation:
54+
# VCTools dlls are signed with the Phone cert, which isn't accepted by the CodeSign policy.
55+
# Can be removed once https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2093995 is fixed.
56+
additionalTargetsGlobPattern: '-|**\msdia140.dll;-|**\msvc*.dll;-|**\vcruntime*.dll'
5357
customBuildTags:
5458
- ES365AIMigrationTooling
5559
stages:

0 commit comments

Comments
 (0)