Skip to content

Commit

Permalink
Use proper versions in apiscan task
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKirakosyan committed Mar 21, 2024
1 parent 5fcc856 commit 9db8118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azurepipelines/build-code-push-1es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ extends:
inputs:
softwareFolder: '$(Agent.BuildDirectory)\npm_extracted'
softwareName: 'code-push'
softwareVersionNum: Latest
softwareVersionNum: '$(Build.BuildId)'
isLargeApp: false
toolVersion: 'Latest'
verbosityLevel: verbose
condition: and(succeeded(), ne(variables['DisableAPIScan'], 'true'))
env:
Expand Down

0 comments on commit 9db8118

Please sign in to comment.