Add publish instruction to azure pipelines
This commit is contained in:
parent
99b3a4c7ab
commit
aed79f3e08
1 changed files with 4 additions and 1 deletions
|
@ -56,4 +56,7 @@ steps:
|
||||||
pnpm run test:nowatch
|
pnpm run test:nowatch
|
||||||
pnpm run build
|
pnpm run build
|
||||||
kill -2 %1 2>/dev/null
|
kill -2 %1 2>/dev/null
|
||||||
displayName: 'Test on Node.js 18.x Latest'
|
displayName: 'Test on Node.js 18.x Latest'
|
||||||
|
|
||||||
|
- publish: $(System.DefaultWorkingDirectory)/dist
|
||||||
|
artifact: SVGLayoutDesigner
|
Loading…
Add table
Add a link
Reference in a new issue