Skip to content

Commit 2b06424

Browse files
committed
Add allowProvisioningUpdates
1 parent 1c33e61 commit 2b06424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Consumption-Tests/Shared/performTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function runXcodeBuild {
114114
echo "WORKSPACE_FILEPATH=$WORKSPACE_FILEPATH"
115115

116116
set +e
117-
xcodebuild clean build -workspace "$WORKSPACE_FILEPATH" -scheme "$SCHEME"
117+
xcodebuild clean build -workspace "$WORKSPACE_FILEPATH" -scheme "$SCHEME" -allowProvisioningUpdates
118118
local XCODEBUILD_STATUS_CODE=$?
119119
set -e
120120

0 commit comments

Comments
 (0)