Fix feed name and url

This commit is contained in:
crobibero 2020-10-09 08:51:22 -06:00
parent 2a6ea45ee1
commit 60c0cc1d1c
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
inputs:
command: publish
publishRegistry: useFeed
publishFeed: 'unstable@Local'
publishFeed: 'jellyfin/unstable'
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%40Local/npm/registry/"
additionalProperties=",snapshotVersion=-SNAPSHOT.${buildNumber},npmRepository=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable/npm/registry/"
else
# Stable build
additionalProperties=""