diff --git a/.azurepipelines/build-rn-code-push-1es.yml b/.azurepipelines/build-rn-code-push-1es.yml index a567b3379..b9423bd2f 100644 --- a/.azurepipelines/build-rn-code-push-1es.yml +++ b/.azurepipelines/build-rn-code-push-1es.yml @@ -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: