Skip to content

Commit 15c0674

Browse files
authored
Removed version from automation scrip as it's now present in MSAL.podspec (#2309)
1 parent 0fd6f5d commit 15c0674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure_pipelines/automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ jobs:
100100
maxParallel: 2
101101
matrix:
102102
STATIC_LIBRARY:
103-
args: "--fail-fast --swift-version=5 --allow-warnings --use-static-frameworks"
103+
args: "--fail-fast --allow-warnings --use-static-frameworks"
104104
DYNAMIC_LIBRARY:
105-
args: "--fail-fast --swift-version=5 --allow-warnings"
105+
args: "--fail-fast --allow-warnings"
106106
workspace:
107107
clean: all
108108

0 commit comments

Comments
 (0)