summaryrefslogtreecommitdiff
path: root/publish-packages.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'publish-packages.cmd')
-rw-r--r--publish-packages.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/publish-packages.cmd b/publish-packages.cmd
index d23ff2373f..3dd89ceecf 100644
--- a/publish-packages.cmd
+++ b/publish-packages.cmd
@@ -18,6 +18,9 @@ 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