summaryrefslogtreecommitdiff
path: root/sync.cmd
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2017-01-26 16:54:39 -0800
committerGitHub <noreply@github.com>2017-01-26 16:54:39 -0800
commitfdcda4dd6da13d903228a66625fac4d6e2a1afe0 (patch)
treef845c4d81529dc9e9c9bf1642b5c2f72ca641c91 /sync.cmd
parent0ff5302eb0fab432c3af5b7277f0f86f2705f7b3 (diff)
downloadcoreclr-fdcda4dd6da13d903228a66625fac4d6e2a1afe0.tar.gz
coreclr-fdcda4dd6da13d903228a66625fac4d6e2a1afe0.tar.bz2
coreclr-fdcda4dd6da13d903228a66625fac4d6e2a1afe0.zip
Revert "Speed up test native binary syncing in pipeline"
Diffstat (limited to 'sync.cmd')
-rw-r--r--sync.cmd7
1 files changed, 1 insertions, 6 deletions
diff --git a/sync.cmd b/sync.cmd
index dd089b229d..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
@@ -26,12 +27,6 @@ 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