We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6435e commit 420766eCopy full SHA for 420766e
1 file changed
Build/run-appveyor-build.ps1
@@ -5,6 +5,7 @@ $buildArgs = @(
5
"ICSharpCode.SharpZipLib.sln"
6
"/l:C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll",
7
"/m",
8
+ "/p:UseSharedCompilation=false",
9
"/p:Configuration=Release",
10
"/p:Platform=Any CPU");
11
0 commit comments