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