From 69ab16ac55d423935dd40c12237903b0c3a0c170 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Tue, 6 Sep 2016 15:17:04 -0700 Subject: Build tests against packages & produce Core_Root for arbitrary OS --- sync.cmd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sync.cmd') diff --git a/sync.cmd b/sync.cmd index 050d869e03..094d0c1a71 100644 --- a/sync.cmd +++ b/sync.cmd @@ -7,6 +7,7 @@ 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 @@ -24,6 +25,8 @@ echo -AzureToken="Access token" echo To download a specific group of product packages, specify: echo -BuildMajor echo -BuildMinor +echo To download from a specific container, specify: +echo -Container="container name" echo. echo. echo If no option is specified then sync.cmd -p is implied. \ No newline at end of file -- cgit v1.2.3