Skip to content

Commit 204d3a2

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
Set bypass execution policy for appx discovery extension
1 parent b7a8702 commit 204d3a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/appx/appx.dsc.extension.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"args": [
99
"-NoLogo",
1010
"-NonInteractive",
11+
"-ExecutionPolicy",
12+
"Bypass",
1113
"-NoProfile",
1214
"-Command",
1315
"./appx-discover.ps1"

0 commit comments

Comments
 (0)