From aed79f3e08fc2a904592d4707745f614c11a4c1d Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Wed, 21 Sep 2022 17:03:04 +0200 Subject: [PATCH] Add publish instruction to azure pipelines --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 365a3d3..544e608 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,4 +56,7 @@ steps: pnpm run test:nowatch pnpm run build kill -2 %1 2>/dev/null - displayName: 'Test on Node.js 18.x Latest' \ No newline at end of file + displayName: 'Test on Node.js 18.x Latest' + +- publish: $(System.DefaultWorkingDirectory)/dist + artifact: SVGLayoutDesigner \ No newline at end of file