File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/vs/csharp/basic-tab Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 <!-- Run npm steps -->
4848 <Target Name =" NpmInstall" BeforeTargets =" BeforeBuild" >
4949 <Message Text =" Running npm install..." Importance =" high" />
50- <Exec Command =" npm install" WorkingDirectory =" Web" />
50+ <Exec Command =" npm install" WorkingDirectory =" Web" StdOutEncoding = " UTF-8 " StdErrEncoding = " UTF-8 " />
5151 </Target >
5252
5353 <Target Name =" NpmBuild" AfterTargets =" NpmInstall" BeforeTargets =" BeforeBuild" >
5454 <Message Text =" Running npm run build..." Importance =" high" />
55- <Exec Command =" npm run build" WorkingDirectory =" Web" />
55+ <Exec Command =" npm run build" WorkingDirectory =" Web" StdOutEncoding = " UTF-8 " StdErrEncoding = " UTF-8 " />
5656 </Target >
5757
5858 <!-- Dynamically include built frontend files as embedded resources after npm build -->
You can’t perform that action at this time.
0 commit comments