We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14f6abd + c4e4b07 commit 6d39ad6Copy full SHA for 6d39ad6
azure-pipelines-official.yml
@@ -50,6 +50,10 @@ extends:
50
tsa:
51
enabled: true
52
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'
57
customBuildTags:
58
- ES365AIMigrationTooling
59
stages:
0 commit comments