coapp / coapp.powershell

ClrPlus Signing
52 stars 43 forks source link

Error when creating pivot with whitespace #90

Open stunney opened 10 years ago

stunney commented 10 years ago

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