Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in msbuild

How to get the current operating system in MSBuild?

error MSB3411: Could not l oad the Visual C++ component "VCBuild.exe"

App.config replacements for unit tests

How to set PreProcessorDefinitions as a task propery for the msbuild task

msbuild

Jenkins not finding a nuget package

MSBuild is not generating publish web page (ClickOnce)

What's the best way to manage a dependency tree in .NET?

MSBuild target _CopyWebApplication does not copy all necessary files to the bin folder

msbuild publish target

Visual Studio (2012, 2015) rebuilds project although nothing has changed

Formatting the output of a custom tool so I can double click an error in Visual Studio and the file opens

Make a target run once at the Solution level in MSBuild

msbuild

ASP.NET Core- wrong processPath in generated web.config

asp.net-core msbuild

Can I cancel a TeamCity build from my msbuild script?

msbuild teamcity

MSBuild fails due to error APPX0002: Task 'GenerateAppxPackageRecipe' failed. Value cannot be null

Web Deploy returns 401 unauthorized when publishing via [proj].deploy.cmd

Why does TeamCity add "csproj.teamcity.patch" to web app package files?

msbuild teamcity

What's the right way to suppress EF warnings?

What do the different build actions do in a csproj. I.e. AdditionalFiles or Fakes

Assembly added via Add Reference not copied to output directory unless referred to in code