-
Notifications
You must be signed in to change notification settings - Fork 124
Add support for xdt (web.config) transforms #252
Comments
Hi @Schlurcher thanks for the note. I've move the issue here because this repo is monitored better. I think I'll close issues in the vsweb-publish repository. I like this idea and if we implement it I think we should do that in a generic fashion. So one question. In ASP.NET 4 web.config transforms are tied to the build configuration. So when you add web.config transforms then The idea is that when you right click on web.config (or any other xml file) when you pick Add Transform we will create web.production.config. We will aslo add a new property Note: the text above only states Thoughts? |
Hi, sorry for answering so late. |
TFS: 162788 |
A generic dotnet CLI tool for XDT transforms is available for both project.json-based and MSBuild/csproj-based projects that enables config transformations. A couple of sample projects demonstrating Web.config transformations at publish time are also available. |
The GitHub Issue Tracker for the aspnet/Tooling repo is being deprecated in favor of Visual Studio's Report a Problem tool. If this issue is still a problem with the RTW release of Visual Studio 2017, please report a new issue using the Report a Problem tool. While you can still use .NET Core and ASP.NET Preview tools with Visual Studio 2015, Visual Studio 2017 is now the officially supported tool for developing .NET Core and ASP.NET Core projects. By using the Report a Problem tool (available in both VS 2017 and VS 2015), you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks. See Visual Studio's Talk to Us page for more details. Please use the discussion topic here for feedback and questions on the deprecation of this issue tracker. Thanks! |
Originally posted by @Schlurcher at aspnet/vsweb-publish#26
The text was updated successfully, but these errors were encountered: