Skip to content

Commit 37777fc

Browse files
authored
Merge pull request #850 from SteveL-MSFT/appx-bypass
Set bypass execution policy for appx discovery extension
2 parents 7ed105e + 204d3a2 commit 37777fc

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)