Merge pull request #4281 from crobibero/npm-registry
Fix registry name and link
This commit is contained in:
commit
10d48b0623
|
@ -42,7 +42,7 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
command: publish
|
command: publish
|
||||||
publishRegistry: useFeed
|
publishRegistry: useFeed
|
||||||
publishFeed: unstable
|
publishFeed: 'unstable@Local'
|
||||||
workingDir: ./apiclient/generated/typescript/axios
|
workingDir: ./apiclient/generated/typescript/axios
|
||||||
|
|
||||||
# Stable
|
# Stable
|
||||||
|
|
|
@ -4,7 +4,7 @@ artifactsDirectory="${1}"
|
||||||
buildNumber="${2}"
|
buildNumber="${2}"
|
||||||
if [[ -n ${buildNumber} ]]; then
|
if [[ -n ${buildNumber} ]]; then
|
||||||
# Unstable build
|
# 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
|
else
|
||||||
# Stable build
|
# Stable build
|
||||||
additionalProperties=""
|
additionalProperties=""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user