Skip to content

Commit 5420ad7

Browse files
committed
Pipeline fix: actually use the whitelist file from previous commit when verifying nupkg signing.
1 parent 16b4749 commit 5420ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipeline/azure-pipeline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ extends:
126126
displayName: Verify Signed Packages
127127
inputs:
128128
TargetFolder: $(Build.SourcesDirectory)\verify\packages
129+
WhiteListPathForCerts: $(Build.SourcesDirectory)\tools\.verif.whitelist
129130
ExcludeFolders: .git MicroBuild decomp *.xml
130131
# Following article on https://dev.azure.com/devdiv/DevDiv/_wiki/wikis/DevDiv.wiki/25351/APIScan-step-by-step-guide-to-setting-up-a-Pipeline
131132
# No longer need the old format, and following guideline to use (ApiScanClientId)

0 commit comments

Comments
 (0)