From cedc795e7eea326e73a9625f5ca7bfbead9b34de Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 22 Dec 2023 13:44:01 -0500 Subject: don't forget libs --- ci/taskfile.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci') diff --git a/ci/taskfile.yaml b/ci/taskfile.yaml index b8c6719..10cadc7 100644 --- a/ci/taskfile.yaml +++ b/ci/taskfile.yaml @@ -75,6 +75,9 @@ tasks: #copy wwwroot - cmd: powershell -Command "cp -Recurse -Force dist {{.BUILD_DIR}}" + + #copy libraries + - cmd: powershell -Command "cp -Recurse -Force lib {{.BUILD_DIR}}" - task: get-webserver vars: -- cgit