msbuild-task
external file for build tasks
I am creating a .net web application and have some build tasks eg msbuild copy task. I add this by editing the project file for the application and adding the task.[详细]
2023-02-03 17:14 分类:问答MsBuild task GenerateDeploymentManifest.CreateDesktopShortcut does not work
In automating a ClickOnce publishing procedure we are using Mage to generate the application manifest and the MsBuild GenerateDeploymentManifest task.[详细]
2023-02-03 08:37 分类:问答How to change Assembly Version Number using AssemblyInfoTask?
I am trying to automate the process for setting the Version for all DLL\'s, after spending some time I came to know the AssemblyInfo Task with which it can most likely be achieved.[详细]
2023-02-02 00:05 分类:问答msbuild xmlupdate delete node in web.config
How do I use MSBuild Community Tasks to delete a node开发者_如何学编程 in web.config. I can update a node using XmlUpdate task but I cannot delete a node. Any ideas.The XmlUpdate task can do it. I am[详细]
2023-02-01 06:13 分类:问答Copy files with MsBuild
I have a solution with two projects. One of them is a simple project that doesn\'t depend on any special assemblies to build. However, the application is allowed to launch an external executable (that[详细]
2023-01-31 02:20 分类:问答Using WriteCodeFragment MSBuild Task
I am trying to use the WriteCodeFragment MSBuild task to create an AssemblyVersion attribute. I\'m having a problem creating a property group to correctly pass the ITaskItem array required for process[详细]
2023-01-28 10:14 分类:问答How can I look into the current 'step' of a task being performed on an list of items via a custom logger in MSBuild?
I apologize in advance for not even knowing how to correctly phrase what I need, so I\'ll try and explain this in more detail:[详细]
2023-01-26 01:53 分类:问答MSBuild ExecuteDDL fails in .NET Framework 4.0
I have migrated my project from .NET 3.5 to 4.0 and hence I am using MSBuild.exe of C:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.30319 instead of C:\\WINDOWS\\Microsoft.NET\\Framework\\v3.5. This is ca[详细]
2023-01-24 08:28 分类:问答Running MSTest UnitTests using a MSBuild Script
Could you please guide me how to run MSTest unit tests using 开发者_高级运维an MSBuild script.you should use default configuration for running any assemblies including your unit test and this assembly[详细]
2023-01-24 05:01 分类:问答MSBuild task failing - Not running in Single Thread Apartment
I have a custom MsBuild task that sends an email (does some special stuff while sending the email -like formatting content).[详细]
2023-01-22 10:13 分类:问答