aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-05 13:00:07 -0600
committercrobibero <cody@robibe.ro>2020-10-05 13:00:07 -0600
commit8bf560c41e6b1c47400a62e35485e08defe7b008 (patch)
treec265779f320930cf265f33bfb16d4261fde1369d
parent5e11eb035995b659b641b79e8256a90f962a4d5b (diff)
fix registry name and link
-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 d120593ea..132101444 100644
--- a/.ci/azure-pipelines-api-client.yml
+++ b/.ci/azure-pipelines-api-client.yml
@@ -42,7 +42,7 @@ jobs:
inputs:
command: publish
publishRegistry: useFeed
- publishFeed: unstable
+ publishFeed: 'unstable@Local'
workingDir: ./apiclient/generated/typescript/axios
# Stable
diff --git a/apiclient/templates/typescript/axios/generate.sh b/apiclient/templates/typescript/axios/generate.sh
index 111b71b82..360fe9f33 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/npm/registry/\""
+ additionalProperties=",snapshotVersion=-SNAPSHOT.${buildNumber},npmRepository=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable%40Local/npm/registry/"
else
# Stable build
additionalProperties=""