summaryrefslogtreecommitdiff
path: root/build-test.sh
diff options
context:
space:
mode:
authorSteve MacLean <stmaclea@microsoft.com>2019-02-25 20:57:44 -0500
committerGitHub <noreply@github.com>2019-02-25 20:57:44 -0500
commitaf6d24190078f64f892a60967f69c86d838f06c2 (patch)
tree2cfca3c69776cda9e372713ed879322cc69f03d4 /build-test.sh
parent265f3c31751ed9f11abbef3a158f45ee2b2e3688 (diff)
downloadcoreclr-af6d24190078f64f892a60967f69c86d838f06c2.tar.gz
coreclr-af6d24190078f64f892a60967f69c86d838f06c2.tar.bz2
coreclr-af6d24190078f64f892a60967f69c86d838f06c2.zip
Remove buildpipelines (#22835)
* Remove old buildpipeline * Remove obsolete publish-packages * Remove obsolete helix scripts
Diffstat (limited to 'build-test.sh')
-rwxr-xr-xbuild-test.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/build-test.sh b/build-test.sh
index 8e38bae3bb..87a185dbd0 100755
--- a/build-test.sh
+++ b/build-test.sh
@@ -280,11 +280,6 @@ build_Tests()
fi
generate_layout
-
- if [ $__ZipTests -ne 0 ]; then
- echo "${__MsgPrefix}ZIP tests packages..."
- build_MSBuild_projects "Helix_Prep" "$__ProjectDir/tests/helixprep.proj" "Prep test binaries for Helix publishing" " "
- fi
}
build_MSBuild_projects()
@@ -495,7 +490,6 @@ usage()
echo "generatetesthostonly - only pull down dependencies and build coreroot and the CoreFX testhost"
echo "skiprestorepackages - skip package restore"
echo "runtests - run tests after building them"
- echo "ziptests - zips CoreCLR tests & Core_Root for a Helix run"
echo "bindir - output directory (defaults to $__ProjectRoot/bin)"
echo "msbuildonunsupportedplatform - build managed binaries even if distro is not officially supported."
echo "priority1 - include priority=1 tests in the build"
@@ -615,7 +609,6 @@ __DistroRid=""
__cmakeargs=""
__PortableLinux=0
__msbuildonunsupportedplatform=0
-__ZipTests=0
__NativeTestIntermediatesDir=
__RunTests=0
__RebuildTests=0
@@ -756,10 +749,6 @@ while :; do
__BuildTestWrappers=0
;;
- ziptests)
- __ZipTests=1
- ;;
-
buildtestwrappersonly)
__BuildTestWrappersOnly=1
;;