Add publish instruction to azure pipelines

This commit is contained in:
Eric NGUYEN 2022-09-21 17:03:04 +02:00
parent 99b3a4c7ab
commit aed79f3e08

View file

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