diff options
author | Stephen Daudell <s.daudell@boldwebservices.com> | 2016-08-04 14:56:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 14:56:52 -0500 |
commit | ae984fbd540ebdb2dde060413182d4298fabf6b3 (patch) | |
tree | 034afca5feec4ddc8b270e3ec4b54525b45f7c19 /scripts/nuget.autopkg | |
parent | 97a6f65200bc61a5a5bec657a835f33ec902aab7 (diff) |
Add custom toolset choices.
Diffstat (limited to 'scripts/nuget.autopkg')
-rw-r--r-- | scripts/nuget.autopkg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg index de1920a..787216e 100644 --- a/scripts/nuget.autopkg +++ b/scripts/nuget.autopkg @@ -1,3 +1,11 @@ +configurations { + // This node contains custom pivot information. + Toolset + { + key: "PlatformToolset"; + choices: { v140, v120, v110, v100 }; + } +} nuget { nuspec { id = pugixml; |