Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NuGet 3 new parameters #438

Closed
devlead opened this issue Oct 8, 2015 · 2 comments
Closed

Support NuGet 3 new parameters #438

devlead opened this issue Oct 8, 2015 · 2 comments
Assignees
Milestone

Comments

@devlead
Copy link
Member

devlead commented Oct 8, 2015

  • Restore
    • -MSBuildVersion Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
    • -FallbackSource A list of packages sources to use as fallbacks for this command.
  • Install
    • -FallbackSource A list of packages sources to use as fallbacks for this command.
  • Pack
    • -MSBuildVersion Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
  • Update
    • -MSBuildVersion Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
@patriksvensson
Copy link
Member

We should probably add some information in the documentation that these only are available in NuGet 3.

@devlead
Copy link
Member Author

devlead commented Oct 8, 2015

@patriksvensson agree, and they're optional, any enums/strucs/etc. nullable.

devlead added a commit to devlead/cake that referenced this issue Mar 23, 2016
* Fixes cake-build#438
* Restore
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Install
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Pack
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
* Update
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
devlead added a commit to devlead/cake that referenced this issue Mar 23, 2016
* Fixes cake-build#438
* Restore
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Install
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Pack
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
* Update
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
@devlead devlead self-assigned this Mar 23, 2016
devlead added a commit to devlead/cake that referenced this issue Mar 23, 2016
* Fixes cake-build#438
* Restore
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Install
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Pack
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
* Update
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
devlead added a commit to devlead/cake that referenced this issue Mar 23, 2016
* Fixes cake-build#438
* Restore
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Install
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Pack
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
* Update
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
devlead added a commit to devlead/cake that referenced this issue Mar 23, 2016
* Fixes cake-build#438
* Restore
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Install
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Pack
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
* Update
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
devlead added a commit to devlead/cake that referenced this issue Mar 24, 2016
* Fixes cake-build#438
* Restore
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Install
  * `-FallbackSource` A list of packages sources to use as fallbacks for this command.
* Pack
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
* Update
  * `-MSBuildVersion` Specifies the version of MSBuild to be used with this command. Supported values are 4, 12, 14. By default the MSBuild in your path is picked, otherwise it defaults to the highest installed version of MSBuild.
@patriksvensson patriksvensson added this to the v0.11.0 milestone Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants