From 2dc84af4ec5f16253c712da3216cf0916cef10c8 Mon Sep 17 00:00:00 2001 From: Dmitriy Kirakosyan Date: Thu, 21 Mar 2024 15:43:09 +0700 Subject: [PATCH] Use proper versions in apiscan task --- .azurepipelines/build-shared-ios-1ES.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azurepipelines/build-shared-ios-1ES.yml b/.azurepipelines/build-shared-ios-1ES.yml index 0ddc62353..06c18548d 100644 --- a/.azurepipelines/build-shared-ios-1ES.yml +++ b/.azurepipelines/build-shared-ios-1ES.yml @@ -112,8 +112,9 @@ extends: inputs: softwareFolder: '$(Agent.BuildDirectory)\zip' softwareName: 'appcenter-sdk-react-native' - softwareVersionNum: Latest + softwareVersionNum: '$(Build.BuildId)' isLargeApp: false + toolVersion: 'Latest' verbosityLevel: verbose condition: and(succeeded(), ne(variables['DisableAPIScan'], 'true')) env: