aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-22 13:44:01 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-22 13:44:01 -0500
commitcedc795e7eea326e73a9625f5ca7bfbead9b34de (patch)
tree012e8db511bf5db778116f34068a3b19bf42f851
parent009dfe78b3f645b30656b1dac5b9b30cb32bcea2 (diff)
don't forget libs
-rw-r--r--ci/taskfile.yaml3
1 files changed, 3 insertions, 0 deletions
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: