summaryrefslogtreecommitdiff
path: root/sync.cmd
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-01-31 10:56:32 -0800
committerwtgodbe <wigodbe@microsoft.com>2017-01-31 10:56:32 -0800
commit60422521a182dc51d31911c941bdf7b39d45632a (patch)
tree535304ba6f9040224b7c9ab061db258276e8cf15 /sync.cmd
parentb2b3e07625fa3308110d88cd9f013f788e02e5f7 (diff)
downloadcoreclr-60422521a182dc51d31911c941bdf7b39d45632a.tar.gz
coreclr-60422521a182dc51d31911c941bdf7b39d45632a.tar.bz2
coreclr-60422521a182dc51d31911c941bdf7b39d45632a.zip
Download native binaries into a folder named 'RID'
Diffstat (limited to 'sync.cmd')
-rw-r--r--sync.cmd5
1 files changed, 3 insertions, 2 deletions
diff --git a/sync.cmd b/sync.cmd
index dd089b229d..f63315559d 100644
--- a/sync.cmd
+++ b/sync.cmd
@@ -26,11 +26,12 @@ echo -BuildMajor
echo -BuildMinor
echo To download from a specific container, specify:
echo -Container="container name"
-echo -n - Downloads test native binaries for the specified OS
+echo -n - Downloads test native binaries from the specified container
echo The following properties are required:
echo -AzureAccount="Account name"
echo -AzureToken="Access token"
-echo -Container="container name (with RID suffix)"
+echo -Container="Container name"
+echo -RuntimeId="RID" (Needs to match what's in the container)
echo.
echo.
echo.