Skip to content

Commit 420766e

Browse files
committed
Coverity & Roslyn
* This one switch is what was required to make it work. "/p:UseSharedCompilation=false"
1 parent 3c6435e commit 420766e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Build/run-appveyor-build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $buildArgs = @(
55
"ICSharpCode.SharpZipLib.sln"
66
"/l:C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll",
77
"/m",
8+
"/p:UseSharedCompilation=false",
89
"/p:Configuration=Release",
910
"/p:Platform=Any CPU");
1011

0 commit comments

Comments
 (0)