Skip to content

Commit da93a39

Browse files
committed
- Added printing compiler output on "NuGet restore"
- Updated CS-Script engine to v 3.28.5
1 parent 61c6018 commit da93a39

File tree

6 files changed

+2
-1
lines changed

6 files changed

+2
-1
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/CSScriptNpp/ProjectPanel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,8 @@ public void Build()
612612

613613
npp.SaveDocuments(GetProjectDocuments());
614614

615-
CSScriptHelper.Build(currentScript);
615+
CSScriptHelper.Build(currentScript,
616+
line => outputPanel.BuildOutput.WriteLine(line));
616617

617618
outputPanel.BuildOutput.WriteLine(null)
618619
.WriteLine("========== Build: succeeded ==========")

0 commit comments

Comments
 (0)