Skip to content

Commit 077bfc3

Browse files
committedFeb 26, 2025
Do not verify signed binaries in LocBin artifact
This artifact does not ship and only serves as input for translators.
1 parent e98ff17 commit 077bfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎azure-pipelines/official.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extends:
4646
codeSignValidation:
4747
enabled: true
4848
break: true
49-
additionalTargetsGlobPattern: -|Variables-*\*.ps1;-|APIScanInputs-*\**;-|test_symbols-*\**;-|MicroBuild\**
49+
additionalTargetsGlobPattern: -|Variables-*\*.ps1;-|LocBin-*\**;-|APIScanInputs-*\**;-|test_symbols-*\**;-|MicroBuild\**
5050
policheck:
5151
enabled: true
5252
exclusionsFile: $(System.DefaultWorkingDirectory)\azure-pipelines\PoliCheckExclusions.xml

0 commit comments

Comments
 (0)
Failed to load comments.