coapp / coapp.powershell

ClrPlus Signing
52 stars 43 forks source link

Write-NuGetPackage : Illegal characters in path #127

Closed lgxZJ closed 7 years ago

lgxZJ commented 7 years ago

I successfully installed the stable version of CoApp and created a .autopkg file named "easyxplus.autopkg".

But when i enter the root folder and typed "Write-NuGetPackage .\easyxplus.autopkg" in Powershell, it only output "Illegal characters in path". However, there cannot be any illegal characters in the path, since it only consists of ansi characters. My environment is VS2013, Win8, PowerShell3.0, Stable CoApp.

Why?

lgxZJ commented 7 years ago

I finally find the problem----i did not add a ";" after the id section inside nuspec node. But the error msg is really unfriendly!