EmptyWebContentProject.Template
0.1.2
dotnet new install EmptyWebContentProject.Template::0.1.2
Empty Web Project for static files that contains no code and can publish with WebDeploy. Uses a .NET Core project with without code and root site content publishing. This template does the following:
* Adds a `program.cs` with `void static Main()` function (required to build)
* Adds `<IsWebConfigTransformDisabled>True</IsWebConfigTransformDisabled>` to project
* Publishes all root folder files (you can customize include/exclude lists)
* Supports Publishing via WebDeploy to IIS out of the box
* Excludes binaries and project files
* Adds a default WebDeploy Publishing Profile
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.