X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sync.cmd;h=949f1605f9d3b9d9464a3526c51529d0f8632767;hb=ff5d7adfc8fa0311ee610351b2ca4d1d5eeeec68;hp=094d0c1a71d730db385efeecc5d487d3fddee1be;hpb=427b02caf1efdfb7c4ed1f8070851de564bde839;p=platform%2Fupstream%2Fcoreclr.git diff --git a/sync.cmd b/sync.cmd index 094d0c1..949f160 100644 --- a/sync.cmd +++ b/sync.cmd @@ -7,7 +7,6 @@ if /I [%1] == [-help] goto Usage @if [%1]==[] set __args=-p @call %~dp0run.cmd sync %__args% %* - @call %~dp0run.cmd sync -PublishTestNativeBins %__args% %* @exit /b %ERRORLEVEL% :Usage @@ -27,6 +26,11 @@ echo -BuildMajor echo -BuildMinor echo To download from a specific container, specify: echo -Container="container name" +echo To download blobs starting with a specific prefix, specify: +echo -BlobNamePrefix="Blob name prefix" +echo To specify which RID you are downloading binaries for (optional): +echo -RuntimeId="RID" (Needs to match what's in the container) +echo. echo. echo. echo If no option is specified then sync.cmd -p is implied. \ No newline at end of file