From fbe0c29ed30496eec55910c6bb6c9b1d305ee920 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 26 Jan 2017 16:55:06 -0800 Subject: Revert "Revert "Speed up test native binary syncing in pipeline"" --- sync.cmd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sync.cmd') diff --git a/sync.cmd b/sync.cmd index 094d0c1a71..dd089b229d 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,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 The following properties are required: +echo -AzureAccount="Account name" +echo -AzureToken="Access token" +echo -Container="container name (with RID suffix)" +echo. echo. echo. echo If no option is specified then sync.cmd -p is implied. \ No newline at end of file -- cgit v1.2.3