fix registry name and link

pull/4281/head
crobibero 4 years ago
parent 5e11eb0359
commit 8bf560c41e

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

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

Loading…
Cancel
Save