diff --git a/tools/devops/automation/templates/build/build.yml b/tools/devops/automation/templates/build/build.yml index f25a0875ae..f5fb0618da 100644 --- a/tools/devops/automation/templates/build/build.yml +++ b/tools/devops/automation/templates/build/build.yml @@ -341,6 +341,7 @@ steps: ./install-qa-provisioning-profiles.sh -v displayName: 'Add tests provisioning profiles' timeoutInMinutes: 30 + continueOnError: true # should not stop the build will result in test failures but we do want the pkg env: LOGIN_KEYCHAIN_PASSWORD: ${{ parameters.keyringPass }} SOURCES_DIR: $(Build.SourcesDirectory)