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 ac7f2dc commit f2a45e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azurepipelines/build-rn-code-push-1es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ extends:
inputs:
softwareFolder: '$(Agent.BuildDirectory)\npm_extracted'
softwareName: 'react-native-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 f2a45e0

Please sign in to comment.