diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 4bcd7284..00977f26 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -52,8 +52,9 @@ pool: vmImage: 'ubuntu-latest' # -# The stages and jobs, potential for rationalization and optimization -# Keeping it simple and explict whilst we gain experience +# Publish to NPM on release builds (they are the github tagged releases) +# PUblish to Artifactory on nightly builds +# stages: # Primary stage of building, linting and unit tests