MSBuild tasks give the MSBuild platform the ability to execute any number of actions during the build process.
I am trying to use MSBuild release mode, but it always defaults to debug. Any idea why? msbuild LP.sln /…
.net msbuild msbuild-taskWhen I do a ReadLinesFromFile on a file in MSBUILD and go to output that file again, I get all …
deployment msbuild msbuild-task msbuildcommunitytasksI'm currently integrating my Wix projects in MSBuild. It is necessary for me to pass multiple values to the Wix …
msbuild wix msbuild-taskI have been using SVN for a little while now. recently on a project I am using TFS. With the …
tfs msbuild msbuild-task tfsbuildI've got a little issue regarding Jenkins and NuGet package restore. What I'm trying to do is build solutions on …
jenkins msbuild nuget msbuild-task nuget-package-restoreI'd like to calculate a path in a MsBuild task, to be used by another MsBuild task. What is the …
msbuild msbuild-taskI'm trying to get MSBuild 2010 to publish a web app to a specific location. I can get it to publish …
visual-studio-2010 msbuild nant msbuild-task nant-taskThis is already cross-posted at MS Connect: https://connect.microsoft.com/VisualStudio/feedback/details/560451 I am attempting to override the …
msbuild msbuild-taskI am a beginner with MSBuild. So far I have been able to create a custom task called 'MakeTextFile' which …
msbuild msbuild-taskI am trying to download Build Tools for Visual Studio 2019 from https://visualstudio.microsoft.com/downloads/ But when I click …
c# .net msbuild msbuild-task visual-studio-2017-build-tools