Clarius.TransformOnBuild
1.21.0
See the version list below for details.
Requires NuGet 2.8 or higher.
dotnet add package Clarius.TransformOnBuild --version 1.21.0
NuGet\Install-Package Clarius.TransformOnBuild -Version 1.21.0
<PackageReference Include="Clarius.TransformOnBuild" Version="1.21.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Clarius.TransformOnBuild --version 1.21.0
#r "nuget: Clarius.TransformOnBuild, 1.21.0"
// Install Clarius.TransformOnBuild as a Cake Addin #addin nuget:?package=Clarius.TransformOnBuild&version=1.21.0 // Install Clarius.TransformOnBuild as a Cake Tool #tool nuget:?package=Clarius.TransformOnBuild&version=1.21.0
Automatically transforms on build all files with a build action of `None/Content` that have the `TextTemplatingFileGenerator` custom tools associated, without requiring the installation of any Visual Studio SDK.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Clarius.TransformOnBuild:
Package | Downloads |
---|---|
Endjin.SpecFlow.Selenium
Endjin's SpecFlow and Selenium testing framework for smart automated web UI tests development. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Merged NuGet Package Clarius.TransformOnBuild-unofficial
* Add support for Visual Studio 2017 and Preview
* Add support for passing transform parameters
* Add support for Visual Studio 2015 Update 1
* Fix path with spaces
* Transform items with Build Action = Content
* Ensure ResolveReferences and _CopyFilesMarkedCopyLocal will run during the main build
* Transform before build and manually trigger ResolveReferences
* Copy custom task assembly to the temp folder to prevent locking
* Copy Local dlls to TargetDir before transformation to allow use of $(TargetDir)
* Substitute MSBuild variables such as $(ProjectDir)