File tree Expand file tree Collapse file tree
eng/pipelines/templates/stages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 105105 "CMAKE_GENERATOR_PLATFORM" : " x64" ,
106106 "CmakeArgs" : " -DBUILD_TRANSPORT_CURL=ON -DBUILD_TESTING=ON -DRUN_LONG_UNIT_TESTS=ON -DBUILD_PERFORMANCE_TESTS=ON -DBUILD_SAMPLES=ON -DMSVC_USE_STATIC_CRT=ON -DDISABLE_PROXY_TESTS=ON " ,
107107 "BuildArgs" : " -v --parallel 8 --config Release" ,
108- "RunSamples" : 1 ,
109108 "WindowsCtestConfig" : " -C Release"
110109 }
111110 }
142141 "CmakeArgs" : " -DBUILD_TESTING=ON -DRUN_LONG_UNIT_TESTS=ON -DBUILD_PERFORMANCE_TESTS=ON -DBUILD_SAMPLES=ON -DDISABLE_AZURE_CORE_OPENTELEMETRY=ON " ,
143142 "BuildArgs" : " -v --parallel 8 --config Release" ,
144143 "AZURE_CORE_ENABLE_JSON_TESTS" : 1 ,
145- "RunSamples" : 1 ,
146144 "WindowsCtestConfig" : " -C Release"
147145 },
148146 "x64_with_unit_test_winHttp" : {
159157 "CMAKE_GENERATOR_PLATFORM" : " x64" ,
160158 "CmakeArgs" : " -DBUILD_TESTING=ON -DRUN_LONG_UNIT_TESTS=ON -DBUILD_PERFORMANCE_TESTS=ON -DBUILD_SAMPLES=ON -DMSVC_USE_STATIC_CRT=ON " ,
161159 "BuildArgs" : " -v --parallel 8 --config Release" ,
162- "RunSamples" : 1 ,
163160 "WindowsCtestConfig" : " -C Release"
164161 },
165162 "x64_with_unit_samples_libcurl" : {
168165 "CMAKE_GENERATOR_PLATFORM" : " x64" ,
169166 "CmakeArgs" : " -DBUILD_TRANSPORT_CURL=ON -DBUILD_TESTING=ON -DRUN_LONG_UNIT_TESTS=ON -DBUILD_PERFORMANCE_TESTS=ON -DBUILD_SAMPLES=ON -DMSVC_USE_STATIC_CRT=ON " ,
170167 "BuildArgs" : " -v --parallel 8 --config Release" ,
171- "RunSamples" : 1 ,
172168 "WindowsCtestConfig" : " -C Release"
173169 }
174170 }
You can’t perform that action at this time.
0 commit comments