Skip to content

Commit

Permalink
chore: fix APIScan software name (microsoft#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Feb 29, 2024
1 parent a0dd31d commit c712cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- task: APIScan@2
inputs:
softwareFolder: $(Build.SourcesDirectory)\build\Release
softwareName: "node-pty"
softwareName: 'vscode-node-pty'
softwareVersionNum: '1'
isLargeApp: false
toolVersion: 'Latest'
Expand Down

0 comments on commit c712cce

Please sign in to comment.