Skip to content

Commit b40f859

Browse files
committed
Add arguments to run winget in automation
Signed-off-by: Shmueli Englard <[email protected]>
1 parent 9afc0a4 commit b40f859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msix/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ die "Could not unpack .pdb files"
153153

154154
# Install Tooling
155155
echo "Install WinApp CLI"
156-
winget install Microsoft.WinAppCLI
156+
winget install Microsoft.WinAppCLI --accept-source-agreements --accept-package-agreements --disable-interactivity
157157

158158
# Create MSIX
159159

0 commit comments

Comments
 (0)