JIT: Fix bug in finally cloning caused by unsound callfinally reordering
[platform/upstream/coreclr.git] / publish-packages.cmd
index 5831d29..3dd89ce 100644 (file)
@@ -1,4 +1,4 @@
-@if "%_echo%" neq "on" echo off
+@if not defined _echo @echo off
 setlocal EnableDelayedExpansion
 
 if /I [%1] == [-?] goto Usage
@@ -18,6 +18,11 @@ echo   -AzureAccount="account name"
 echo   -AzureToken="access token"
 echo   -BuildType="Configuration"
 echo   -BuildArch="Architecture"
+echo For publishing to Azure, one of the following properties is required.
+echo   -PublishPackages        Pass this switch to publish product packages 
+echo   -PublishSymbols         Pass this switch to publish symbol packages
+echo To specify the name of the container to publish into, use the following property:
+echo   -Container="container name"
 echo Architecture can be x64, x86, arm, or arm64
 echo Configuration can be Release, Debug, or Checked
 exit /b
\ No newline at end of file