From adeb5f82daa7cb1f0dcd677990fb72ce2978292c Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 28 Apr 2020 04:34:39 +0100 Subject: [PATCH] Update tasks.json Add execution policy bypass so that we can run the PS script --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 67a618b..719d80d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "Build", "type": "shell", - "command": "./build.ps1" + "command": "Set-ExecutionPolicy Bypass -Scope Process; ./build.ps1" } ] } \ No newline at end of file