fix merge conflict in build-test.sh (#19744)
authorSergey Andreenko <seandree@microsoft.com>
Thu, 30 Aug 2018 02:54:42 +0000 (19:54 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Aug 2018 02:54:42 +0000 (19:54 -0700)
build-test.sh

index c2428f5..7ae045b 100755 (executable)
@@ -292,7 +292,7 @@ build_Tests()
         # Always create the test wrappers and set the exclude file.
         export __Exclude="$__TestDir/issues.targets"
         echo "Exclude set to $__TestDir/issues.targets"
-        build_Tests_internal "Tests_XunitWrapper" "$__ProjectDir/tests/runtest.proj" "Test Xunit Wrapper" "-BuildWrappers" "-MsBuildEventLogging= " "-TargetsWindows=false"
+        build_MSBuild_projects "Tests_XunitWrapper" "$__ProjectDir/tests/runtest.proj" "Test Xunit Wrapper" "-BuildWrappers" "-MsBuildEventLogging= " "-TargetsWindows=false"
 
         if [ $? -ne 0 ]; then
             echo "${__MsgPrefix}Error: build failed. Refer to the build log files for details (above)"