File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
tools/ci_build/github/azure-pipeline/templates Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33parameters :
44- name : xcodeVersion
55 type : string
6- default : " 14.3 "
6+ default : " 16.1 "
77
88steps :
99- bash : |
Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ function(add_test_target)
8686
8787 xctest_add_bundle(${ARG_TARGET} ${dummy_testee_target} )
8888
89- xctest_add_test("${ARG_TARGET} _xctest" ${ARG_TARGET} )
89+ # xctest_add_test("${ARG_TARGET}_xctest" ${ARG_TARGET})
90+ set_property (TARGET ${_UT_TARGET} _xc PROPERTY LIBRARY_OUTPUT_DIRECTORY )
9091
9192 target_sources (${ARG_TARGET} PRIVATE
9293 ${ARG_TEST_SOURCES}
Original file line number Diff line number Diff line change 33parameters :
44- name : xcodeVersion
55 type : string
6- default : " 14.3 "
6+ default : " 16.1 "
77
88steps :
99- bash : |
You can’t perform that action at this time.
0 commit comments