aboutsummaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-14 18:16:58 -0600
committercrobibero <cody@robibe.ro>2020-10-14 18:16:58 -0600
commit58b82b886ff6594e4b521fd4fbbf2cbe8142edea (patch)
treeedb98394e81545550156ecb1462cbba47d3aa55d /.ci
parent8ffa14e6d3436cd6533bf43241c356f803b06845 (diff)
Add npmAuthenticate task
Diffstat (limited to '.ci')
-rw-r--r--.ci/azure-pipelines-api-client.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml
index fc89b90d4..de6bbf04c 100644
--- a/.ci/azure-pipelines-api-client.yml
+++ b/.ci/azure-pipelines-api-client.yml
@@ -28,6 +28,12 @@ jobs:
inputs:
script: "wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/${{ parameters.GeneratorVersion }}/openapi-generator-cli-${{ parameters.GeneratorVersion }}.jar -O openapi-generator-cli.jar"
+## Authenticate with npm registry
+ - task: npmAuthenticate@0
+ inputs:
+ workingFile: ./.npmrc
+ customEndpoint: 'jellyfin-bot for NPM'
+
## Generate npm api client
# Unstable
- task: CmdLine@2