summaryrefslogtreecommitdiff
path: root/publish-packages.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'publish-packages.cmd')
-rw-r--r--publish-packages.cmd4
1 files changed, 3 insertions, 1 deletions
diff --git a/publish-packages.cmd b/publish-packages.cmd
index 5831d29cc2..d23ff2373f 100644
--- a/publish-packages.cmd
+++ b/publish-packages.cmd
@@ -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,8 @@ echo -AzureAccount="account name"
echo -AzureToken="access token"
echo -BuildType="Configuration"
echo -BuildArch="Architecture"
+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