msbuild-task
Create Task Scheduler (for running in machine restart) using MsBuild
I use VS 2008, .NEt 3.5, and MsBuild, and I need custom task MsBuild that create a \"task scheduler\" that it will run when the machine开发者_JS百科 restarted.[详细]
2023-01-19 07:06 分类:问答MsBuild: Get current directory of targets
I have a msbuild target and it has a Import tag like this: <Import Project=\"$(MSBuildExtensionsPath)\\Company\\Company.LifeCycle.targets\" />[详细]
2023-01-19 05:16 分类:问答How can I filter which files are included in a workspace using MSBuild?
It seems that MsBuild creates a folder called, \"BuildType\" on the build server and this folder is where the .proj file is copied. In source control I have several files that are in the same folder a[详细]
2023-01-17 23:44 分类:问答MsBuild does not look in the good directory for custom task's second-level dependencies
I wrote a MsBuild Task : MyTask. In my solution, I have the Task project and others projects. MyTask references a project (say ProjA) which references third assemblies, say (dep1 and dep2).[详细]
2023-01-15 18:03 分类:问答How can I use MSBuild Copy Task to Copy To Multiple Destination Folders?
I\'m trying to copy a folder recursively to multiple destination folders using MSBuild\'s Copy task.I\'ve seen the following question wh开发者_运维知识库ich gave me a good start, but I must be missing[详细]
2023-01-15 12:32 分类:问答Moving a file in MSBuild using relative path
I\'m trying to move all files of a certain type to a directory relative to the file itself and I\'m wondering if it\'s possible using MSBuild.[详细]
2023-01-14 09:17 分类:问答Does possibility to specify enabled protocols for web-application in IIS exist in MSBuild?
I create webdirectory in IIS, using MSBuild task: <WebDirectoryCreate VirtualDirectoryName=\"$(VirtualDirectoryName)\"[详细]
2023-01-13 19:19 分类:问答Using MSBuild task for ftp a directory in TFS 2010
Is there any tutorial to show how can I use MSBuild tasks like FtpUploadDirectoryContent to copy file/directory to a remote host using FTP开发者_运维问答 in Team Build 2010? I never used a MSBuild tas[详细]
2023-01-12 23:15 分类:问答SvnCommit (MSBuild context) misses one file from the ItemGroup
I\'m using MSBuild with the community tasks under TeamCity. Just like Garrett in this thread, I update my AssemblyInfo.cs files, and then commit them.[详细]
2023-01-11 13:36 分类:问答MSBuild: How do I create and use a Task to convert Content items at build time?
I have a Silverlight 3 project with something like this: <ItemGroup> <Content Include=\"Content\\image1.png\">[详细]
2023-01-10 12:02 分类:问答