aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-27 22:42:39 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-27 22:42:39 -0400
commitb7ce7b48168d56931cae337bf1268b067edb7dce (patch)
tree3ef06b5b4ea7c2a533afc0838f35a72457f46ebc /Taskfile.yaml
parent3b99863c2bf3e6eabaf8df31c3edf46e11fd82b8 (diff)
package and license file updates
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 b16b082..f59d467 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -49,9 +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.txt -Destination '{{.BUILD_OUT}}/license.txt'"
- cd .. && powershell -Command "Copy-Item -Path ./build.readme.md -Destination '{{.BUILD_OUT}}/readme.md'"
#tar outputs
@@ -68,8 +66,7 @@ tasks:
#Remove the output dirs on clean
clean:
dir: '{{.USER_WORKING_DIR}}'
+ ignore_error: true
cmds:
- cmd: powershell Remove-Item -Recurse './bin'
- ignore_error: true
- cmd: powershell Remove-Item -Recurse './obj'
- ignore_error: true