fix registry name and link

This commit is contained in:
crobibero 2020-10-05 13:00:07 -06:00
parent 5e11eb0359
commit 8bf560c41e
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ jobs:
inputs:
command: publish
publishRegistry: useFeed
publishFeed: unstable
publishFeed: 'unstable@Local'
workingDir: ./apiclient/generated/typescript/axios
# Stable

View file

@ -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=""