aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-27 20:25:20 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-27 20:25:20 -0400
commitee6f8eb955a2b9656b91d28a8edfd959841729a6 (patch)
treeeaf101d1eb5e3110d80c96623944ae4078dbe749 /Taskfile.yaml
parentce0735893e04d3914d0456de50c29c6b8533ded4 (diff)
serializer better cancellation support, license file project copy
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index 6cd1f0d..08f1c88 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -49,10 +49,7 @@ tasks:
BUILD_OUT: "{{.USER_WORKING_DIR}}/bin/{{.BUILD_MODE}}/{{.TARGET_FRAMEWORK}}/publish"
cmds:
-
- #copy license and readme to target
- - cd .. && powershell -Command "Copy-Item -Path ./LICENSE -Destination '{{.BUILD_OUT}}/license.txt'"
- - cd .. && powershell -Command "Copy-Item -Path ./build.readme.txt -Destination '{{.BUILD_OUT}}/readme.md'"
+ - cd .. && powershell -Command "Copy-Item -Path ./build.readme.txt -Destination '{{.BUILD_OUT}}/readme.txt'"
#tar outputs
- cd "{{.BUILD_OUT}}" && tar -czf "{{.TARGET}}/{{.BUILD_MODE}}.tgz" .