aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-09 08:51:22 -0600
committercrobibero <cody@robibe.ro>2020-10-09 08:51:22 -0600
commit60c0cc1d1cd1b6ebd58b47021652782ceddf232e (patch)
tree32aca1c535903b5dfccdac9ef39f909a6861923a
parent2a6ea45ee1106a46c9947995d3b4e314ce68c495 (diff)
Fix feed name and url
-rw-r--r--.ci/azure-pipelines-api-client.yml2
-rw-r--r--apiclient/templates/typescript/axios/generate.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml
index 8b03b233f..35a494cd6 100644
--- a/.ci/azure-pipelines-api-client.yml
+++ b/.ci/azure-pipelines-api-client.yml
@@ -48,7 +48,7 @@ jobs:
inputs:
command: publish
publishRegistry: useFeed
- publishFeed: 'unstable@Local'
+ publishFeed: 'jellyfin/unstable'
workingDir: ./apiclient/generated/typescript/axios
# Stable
diff --git a/apiclient/templates/typescript/axios/generate.sh b/apiclient/templates/typescript/axios/generate.sh
index 360fe9f33..8c4d74282 100644
--- a/apiclient/templates/typescript/axios/generate.sh
+++ b/apiclient/templates/typescript/axios/generate.sh
@@ -4,7 +4,7 @@ artifactsDirectory="${1}"
buildNumber="${2}"
if [[ -n ${buildNumber} ]]; then
# Unstable build
- additionalProperties=",snapshotVersion=-SNAPSHOT.${buildNumber},npmRepository=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable%40Local/npm/registry/"
+ additionalProperties=",snapshotVersion=-SNAPSHOT.${buildNumber},npmRepository=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable/npm/registry/"
else
# Stable build
additionalProperties=""