Skip to content

jazzdelightsme/UnofficialT4BuildTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T4BuildTasks

Description

The Text Template Transformation Toolkit (T4) is a powerful tool, but has to be run manually. This project produces a NuGet package which contains the files (a couple DLLs and a .targets file) necessary to perform T4 tasks during a build.

UNOFFICIAL: This project is not produced by the T4 team. If you think this is useful, please encourage them to produce an official NuGet package.

To Install Unofficial.Microsoft.TextTemplating.BuildTasks

Run the following command in the NuGet Package Manager Console:

PM> 
Install-Package Unofficial.Microsoft.TextTemplating.BuildTasks

Or run the following in a Windows command prompt:

C:\> 
nuget install Unofficial.Microsoft.TextTemplating.BuildTasks

About

UNOFFICIAL. Contains files necessary to perform T4 tasks during a build.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published