Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Add ability to only copy native test files to managed tests in build-test scripts #26451

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add new options to usage
  • Loading branch information
jkoritzinsky committed Aug 30, 2019
commit 0bbbf74926f64193c29fe469009d5d161bed9ef6
2 changes: 2 additions & 0 deletions build-test.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ echo ubuntu.16.10-x64: Builds overlay for Ubuntu 16.10
echo win-x64: Builds overlay for portable Windows
echo win7-x64: Builds overlay for Windows 7
echo crossgen: Precompiles the framework managed assemblies
echo copynativeonly: Only copy the native test binaries to the managed output. Do not build the native or managed tests.
echo skipgeneratelayout: Do not generate the Core_Root layout or the CoreFX testhost.
echo targetsNonWindows:
echo Exclude- Optional parameter - specify location of default exclusion file ^(defaults to tests\issues.targets if not specified^)
echo Set to "" to disable default exclusion file.
Expand Down
2 changes: 2 additions & 0 deletions build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ usage()
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"
echo "copynativeonly: Only copy the native test binaries to the managed output. Do not build the native or managed tests."
echo "skipgeneratelayout: Do not generate the Core_Root layout or the CoreFX testhost."
exit 1
}

Expand Down