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

Add Global Tool and new arguments support in TextTemplatingAliases #2410

Closed
devlead opened this issue Dec 22, 2018 · 0 comments
Closed

Add Global Tool and new arguments support in TextTemplatingAliases #2410

devlead opened this issue Dec 22, 2018 · 0 comments
Assignees
Milestone

Comments

@devlead
Copy link
Member

devlead commented Dec 22, 2018

TextTemplating (T4) is now available as a global tool ( https://www.nuget.org/packages/dotnet-t4/ ) we should add support for the new global tool names.

Version 2 also adds properties and class name support, so should be added to TextTransformSettings.

@devlead devlead added this to the v0.32.0 milestone Dec 22, 2018
@devlead devlead self-assigned this Dec 22, 2018
devlead added a commit to devlead/cake that referenced this issue Dec 22, 2018
* Adds t4 & t4.exe for tool resolution
* Adds Properties & Class to TextTransformSettings
* Intrgration tests for TransformTemplate
* Fixes cake-build#2410
devlead added a commit to devlead/cake that referenced this issue Dec 22, 2018
* Adds t4 & t4.exe for tool resolution
* Adds Properties & Class to TextTransformSettings
* Integration tests for TransformTemplate
* Fixes cake-build#2410
devlead added a commit to devlead/cake that referenced this issue Dec 22, 2018
* Adds t4 & t4.exe for tool resolution
* Adds Properties & Class to TextTransformSettings
* Integration tests for TransformTemplate
* Fixes cake-build#2410
devlead added a commit to devlead/cake that referenced this issue Dec 28, 2018
* Adds t4 & t4.exe for tool resolution
* Adds Properties & Class to TextTransformSettings
* Integration tests for TransformTemplate
* Fixes cake-build#2410
devlead added a commit to devlead/cake that referenced this issue Dec 30, 2018
* Adds t4 & t4.exe for tool resolution
* Adds Properties & Class to TextTransformSettings
* Integration tests for TransformTemplate
* Fixes cake-build#2410
devlead added a commit that referenced this issue Jan 4, 2019
* release/0.32.0: (26 commits)
  (build) Updated version and release notes.
  Added support for MSBuild16.
  (maint) tabs to spaces
  Add ResultsDirectory to DotNetCoreVSTestSettings * Improve DotNetCoreVSTest documentation * fixes #2243
  (GH-1973) added Products to VSWhereLatestSettings * fixes #1973
  Adds /sm argument to SignTool
  (GH-2337) Fix TFBuildCommand Directory Separator Character
  (doc) Corrected test method names
  (GH-2419) Add token parameters to GitReleaseManager
  (GH-2420) Added new label alias for GitReleaseManager
  (GH-2410) T4 Global tool support * Adds t4 & t4.exe for tool resolution * Adds Properties & Class to TextTransformSettings * Integration tests for TransformTemplate * Fixes #2410
  (GH-2412) Added PublishCodeCoverage overloads
  (GH-2417) Add additional Tool names for GitReleaseManager
  (build) Update addins&tools,refactor bootstrappers * Switch to Cake.Tool * Update addins & tools, switch to global tools where available * Update to .NET Core SDK 2.1.502 * Rewritten bootstrappers     * Reduce Cake & .NET Core SDK verson from 3 to 2 places (global.json, build.ps1, build.sh -> global.json, build.config)      * Use Cake standard command line parameters (build.ps1 / build.sh called the same way)      * Don't install Cake if same version is installed globally      * Don't install .NET Core if same version installed globally * Start utilizing Cake official containers
  Implement standard zip behavior by default
  Add an Encoding parameter to TextTransformation.Save
  GH2294: Add fluent API to enable MSBuild binary logger
  (GH-2403) Use Mono 5.12.0 on Travis * Fixes #2403
  add missing report types
  Fix nuspec generation when collections are empty instead of null
  ...
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

1 participant