summaryrefslogtreecommitdiff
path: root/publish-packages.sh
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2017-03-15 18:15:56 -0700
committerGitHub <noreply@github.com>2017-03-15 18:15:56 -0700
commit42bf84445b9edbfd7a22e15936cf7ea8b13a3f16 (patch)
treef102175b1c92b91e4100584cba7d34bfdc98ff3c /publish-packages.sh
parent02c8cc90b9cfb2ab6b111b4e0c4f1a6d17e5d4a1 (diff)
downloadcoreclr-42bf84445b9edbfd7a22e15936cf7ea8b13a3f16.tar.gz
coreclr-42bf84445b9edbfd7a22e15936cf7ea8b13a3f16.tar.bz2
coreclr-42bf84445b9edbfd7a22e15936cf7ea8b13a3f16.zip
Revert "Make user specify RID for publishing test native bins into"
Diffstat (limited to 'publish-packages.sh')
-rwxr-xr-xpublish-packages.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/publish-packages.sh b/publish-packages.sh
index 5d12075ddf..d5d4caa524 100755
--- a/publish-packages.sh
+++ b/publish-packages.sh
@@ -10,8 +10,6 @@ usage()
echo " -BuildArch=\"Architecture\""
echo "To specify the name of the container to publish into, use the following property:"
echo " -Container=\"container name\""
- echo "To specify the OS you're building for, use the following property:"
- echo " -DistroRiD=\"RID\""
echo "Configuration can be Release, Checked, or Debug"
echo "Architecture can be x64, x86, arm, or arm64"
exit 1
@@ -20,7 +18,7 @@ usage()
working_tree_root="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$working_tree_root/run.sh publish-packages -BuildOS $*
-$working_tree_root/run.sh publish-packages -BuildOS -PublishTestNativeBins $*
+$working_tree_root/run.sh publish-packages -BuildOS -distroRid -PublishTestNativeBins $*
if [ $? -ne 0 ]
then
echo "ERROR: An error occurred while publishing packages; see $working_tree_root/publish-packages.log for more details. There may have been networking problems, so please try again in a few minutes."