Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Temporarily comment out APIScan due to blocking issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxiamail committed Sep 24, 2021
1 parent c95b73f commit 7d929bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines/microbuild.after.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ steps:
AnalyzeSymPath: $(Build.StagingDirectory)\symbols
continueOnError: true

- task: securedevelopmentteam.vss-secure-development-tools.build-task-apiscan.APIScan@2
displayName: 'Run APIScan netcoreapp3.1'
inputs:
softwareFolder: '$(Build.StagingDirectory)\drop\raw\binaries\netcoreapp3.1'
softwareName: 'API Port'
softwareVersionNum: 4.XX
symbolsFolder: '$(Build.StagingDirectory)\drop\raw\symbols\netcoreapp3.1'
isLargeApp: false
#- task: securedevelopmentteam.vss-secure-development-tools.build-task-apiscan.APIScan@2
# displayName: 'Run APIScan netcoreapp3.1'
# inputs:
# softwareFolder: '$(Build.StagingDirectory)\drop\raw\binaries\netcoreapp3.1'
# softwareName: 'API Port'
# softwareVersionNum: 4.XX
# symbolsFolder: '$(Build.StagingDirectory)\drop\raw\symbols\netcoreapp3.1'
# isLargeApp: false

- task: securedevelopmentteam.vss-secure-development-tools.build-task-publishsecurityanalysislogs.PublishSecurityAnalysisLogs@2
displayName: 'Publish Security Analysis Logs'
Expand Down

0 comments on commit 7d929bf

Please sign in to comment.