mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-02-22 01:35:26 +00:00
use vars
This commit is contained in:
parent
452bf6f6de
commit
f2a3247077
@ -51,5 +51,5 @@ tasks:
|
||||
clean:
|
||||
desc: "Remove all files in obj/ and bin/"
|
||||
cmds:
|
||||
- powershell -Command "Remove-Item -Path 'obj' -Recurse -Force"
|
||||
- powershell -Command "Remove-Item -Path 'bin' -Recurse -Force"
|
||||
- powershell -Command "Remove-Item -Path '{{.OBJ_DIR}}' -Recurse -Force"
|
||||
- powershell -Command "Remove-Item -Path '{{.BIN_DIR}}' -Recurse -Force"
|
Loading…
Reference in New Issue
Block a user