Skip to content

Commit 62b89d1

Browse files
committed
Add /nologo by default to reduce noise to close #8
1 parent 07eace4 commit 62b89d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/delphi-msbuild.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ function Invoke-MsbuildProject {
213213
"/t:$Target",
214214
"/p:Config=$Config",
215215
"/p:Platform=$Platform",
216+
"/nologo",
216217
"/v:$Verbosity"
217218
)
218219

0 commit comments

Comments
 (0)