msbuildcommunitytasks
MSBuild error executing target WebDirectoryCreate
I\'m trying to use the WebDirectoryCreate task from the MSBuildCommunityTasks to create my virtual directory with MSBuild but it throws an Index was out of range error.[详细]
2023-04-12 08:18 分类:问答MSBuild community task GacUtil silently failing for me
I have an open source .NET project whose main artefact is a DLL that needs to be installed to the GAC for its primary use case. Therefore I want to install it during the AfterBuild task. I am using th[详细]
2023-04-08 04:18 分类:问答Using XmlMassUpdate to update all appSettings
I want to use the XmlMassUpdate task in MSBuild to update appSettings in all app.configs. The problem I have is that some of the app.configs don\'t have an appSettings element, and I can\'t get XmlMas[详细]
2023-03-31 18:50 分类:问答Can't get MSBuild Community Task RegexReplace to work
I\'m trying to copy a bunch of files whose names begin with the prefix DR__, but the copies must have that prefix removed. That is, DR__foo must be copied as foo. I\'m trying this, which is based in t[详细]
2023-03-30 16:32 分类:问答MSBuild SvnInfo - which Target Inputs are correct?
I use SvnInfo task in MSBuild script: <SvnInfo LocalPath=\"$(Sources)\"> <Output TaskParameter=\"Revision\" PropertyName=\"Revision\" />[详细]
2023-03-28 15:31 分类:问答TeamCity's AssemblyInfo patcher's number format
I once had TeamCity + WiX + MSBuild Community Tasks working.Now that I\'ve upgraded to WiX 3.5, I can\'t remember how I had configured it.:)As I was poking through TeamCity, I came across the \"Assemb[详细]
2023-03-23 13:54 分类:问答MS Build Community Tasks - SVNCHECKOUT: can't find svn.exe even though it is in PATH
Note: this question app开发者_如何转开发lies to using the MSBUILDCOMMUNITYTASKS add-in for MSBUILD.Specificly the functionality of SVNCHECKOUT and its inablity to find the svn.exe file even when it is[详细]
2023-03-22 05:27 分类:问答MSBuild: Modify Solution File using FileUpdate Task or Similar Task
I would like to be able to delete a project reference in a solution file via MSBuild. I am assuming I can do this using the FileUpdate task; however, I am not sure how you turn on the multiline regex[详细]
2023-03-13 11:49 分类:问答MSBuild, Extension Pack and TfsVersion
I am trying to implement what I see in this post: TFS and msbuild version number with last changeset.That is, I am trying to get 开发者_如何学JAVAthe last Changeset number at build time so I can use i[详细]
2023-03-11 08:38 分类:问答Invalid access code error in MSBuild script
I\'m developing a MSBuild project and am getting an odd error when I try to access the Visual SourceSafe from the script (the script is based on other successful scripts we are using, and is using the[详细]
2023-03-10 05:23 分类:问答