This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Support native packages with spaces in the "Platform toolset" pivot #39
Comments
Ah. Interesting. I may have to make a fix for something like that. Can you post your .autopkg script and let me play around a bit? |
Ok. I'll try to find it... You can try to build a package with LLVM from http://llvm.org/builds/ --> |
I have an example:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ported from : https://nuget.codeplex.com/workitem/3702
I'm trying to build native nuget package for Google C++ Testing Framework as described at http://coapp.org/reference/autopackage-ref.html#Pivots. It's ok for v110, v100, v110_xp toolsets. But I failed to build package for "LLVM-vs2012" and "Intel C++ Compiler XE 14.0" platform toolsets. The command "Write-NuGetPackage" fails when there is any space of '-' character in the platform toolset choices list.
The text was updated successfully, but these errors were encountered: