Trying to write a small zLib.autopkg file to show to my fellow developers for our own fork of zLib. We have 4 Configurations in the vcxproj file.
Debug
Debug STATIC
Release
Release STATIC
It seems that when I add
[Win32,v120,Debug STATIC] { lib: @".\zlib.lib" }
or
[Win32,v120,"Debug STATIC"] { lib: @".\zlib.lib" }
I get the following cryptic error:
Write-NuGetPackage : Invalid Conditional Expression (missing comparison before value)
At line:1 char:1
Trying to write a small zLib.autopkg file to show to my fellow developers for our own fork of zLib. We have 4 Configurations in the vcxproj file. Debug Debug STATIC Release Release STATIC
It seems that when I add [Win32,v120,Debug STATIC] { lib: @".\zlib.lib" } or [Win32,v120,"Debug STATIC"] { lib: @".\zlib.lib" }
I get the following cryptic error: Write-NuGetPackage : Invalid Conditional Expression (missing comparison before value) At line:1 char:1