Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit fe20a54

Browse files
committed
Incude MSBuild response file
1 parent 5673afc commit fe20a54

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ dlldata.c
5252
*.pgc
5353
*.pgd
5454
*.rsp
55+
!msbuild.rsp
5556
*.sbr
5657
*.tlb
5758
*.tli

msbuild.rsp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#Appveyor msbuild response file
2+
3+
# No Banner
4+
/nologo
5+
# We just want errors displayed
6+
/ConsoleLoggerParameters:NoSummary;Verbosity=quiet
7+
# Binary logger **WARNING** This is going to expose secrets in envirnment variables.
8+
/bl

0 commit comments

Comments
 (0)