Skip to content

Commit 4d447f0

Browse files
committed
chore: supress more logs in dev install
1 parent 8501884 commit 4d447f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CreateMsix.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ try
2424
Copy-Item ".\dist\images\ecsact-color44.png" ".\dist\images\ecsact-color44.targetsize-44_altform-unplated.png" -Force
2525
Copy-Item ".\dist\images\ecsact-color150.png" ".\dist\images\ecsact-color150.targetsize-150_altform-unplated.png" -Force
2626

27-
& $MakePriPath createconfig /cf .\dist\priconfig.xml /dq en-US /o
27+
& $MakePriPath createconfig /cf .\dist\priconfig.xml /dq en-US /o *>> CreateMsix.log
2828
if(-not $?)
2929
{
3030
throw "$MakePriPath createconfig failed with exit code ${LastExitCode}"
3131
}
3232

33-
& $MakePriPath new /pr .\dist /cf .\dist\priconfig.xml /dq en-US /o /OutputFile ".\dist\resources.pri" *>> CopyMsix.log
33+
& $MakePriPath new /pr .\dist /cf .\dist\priconfig.xml /dq en-US /o /OutputFile ".\dist\resources.pri" *>> CreateMsix.log
3434
if(-not $?)
3535
{
3636
throw "$MakePriPath new failed with exit code ${LastExitCode}"

0 commit comments

Comments
 (0)