V14: Publish Bellissima package to npm via Pipelines (#14926)

* ignore node_modules specifically to limit size of build_output

* build and publish backoffice artifacts

* instruct GitVersioning to output all variables such as npm to use in Pipelines

* use NBGV variables

* prepare npm package for nightlies

* instruct to deploy to MyGet for nightlies

* Deploy to npm only after Myget

* add public access to publish

* write scopes to .npmrc file

* add scope to registry.npmjs.org

* nightly param
This commit is contained in:
Jacob Overgaard
2023-12-05 10:54:23 +01:00
committed by GitHub
parent 48befe730b
commit cd10d5840d
5 changed files with 111 additions and 14 deletions

View File

@@ -17,9 +17,7 @@
"tagName": "release-{version}"
},
"cloudBuild": {
"setAllVariables": true,
"buildNumber": {
"enabled": true
}
"setVersionVariables": true,
"setAllVariables": true
}
}