Skip to content

Commit 02eaf50

Browse files
committed
Limit the source folder for APIScan in release build (#1731)
1 parent 2053ed9 commit 02eaf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts-ci/templates/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ steps:
4040
- task: securedevelopmentteam.vss-secure-development-tools.build-task-apiscan.APIScan@2
4141
displayName: 'Run APIScan'
4242
inputs:
43-
softwareFolder: '$(Build.SourcesDirectory)'
43+
softwareFolder: '$(Build.SourcesDirectory)\bin\${{ parameters.configuration }}\PSReadLine'
4444
softwareName: PSReadLine
4545
softwareVersionNum: '$(ModuleVersion)'
4646
isLargeApp: false

0 commit comments

Comments
 (0)