-
Notifications
You must be signed in to change notification settings - Fork 43
Please release VS2015 support #112
Comments
any plans to release this? |
I emailed to @fearthecowboy about the issue, let's see if he could help |
you can define the pivots while release is not done. configurations
{
// This node contains custom pivot information.
Toolset
{
key : "PlatformToolset"; // this is CoApp pre-defined key
choices: { v140, v120, v110, v100 };
};
} |
I've finally been given time between projects, I'm working on this today. |
Any progress on fixing this issue? |
I am also running into this issue. |
When update come out ? |
Any progress on fixing this issue? |
@jmecosta Where does the "configurations { ... } " workaround go? |
Before the nuget section |
workaround works bad if I use v140 and v140_xp projects in my solution.
If I use workaround new .targets file contains:
Which unacceptable for my projects. Any thoughts? |
You can always generate only the prop files with noclean option and the adjust the targets to your needs and generate the nugets yourself? |
I've workarounded my issue by following:
CoApp seeks for the |
hasn't fixed yet? |
Closing, since this is unlikely to ever be fixed. My team have opted to instead use nuspec & targets files directly instead of coapp. |
The latest publicly available (beta) version of CoApp PowerShell seem to be 1.23.521.0. This version does not support the "v140" pivot required for VS2015 support. Attempting to author a native VS2015 NuGet package exits with the following error: 'Write-NuGetPackage : Unmatched configuration choice 'v140''
Support for VS2015 was merged in September 2014 (#89), so this appears to be a question of releasing what is already implemented.
The text was updated successfully, but these errors were encountered: