Questions tagged [msbuildcommunitytasks]

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.

https://github.com/loresoft/msbuildtasks

145 questions
0
votes
1 answer

Problem with SvnInfo in MSBuild (using MSBuildCommunityTasks)

I have a script, that I will use together with cc.net. But for now I'm facing a problem with the RepositoryPath attribute. The following script (extract of the sample script from MSBuildCommunityTask) is giving me troubles:
WaltiD
  • 1,932
  • 2
  • 23
  • 25
0
votes
1 answer

Build Vs2012 Sln through MSBuild comment prompt . with nuget reference

We are planning to build the solution through cmd using msbuild. The project solution (.sln) have the nuget reference. We are getting the error while building the project sln. like nuget error. Restoring NuGet packages... To prevent NuGet from…
0
votes
2 answers

TF Service's Hosted Build Controller running msbuildcommunitytasks: "Could not find git.exe."

I am using MSBuildCommunityTasks to retrieve the git commit hash at build time: MSBUILD executes this task as…
TheFastCat
  • 3,134
  • 4
  • 22
  • 32
0
votes
1 answer

Adding AllowPartiallyTrustedCallers with MSBuild

I am using CC.Net with MSBuild tasks to build an application that is composed of a number of solutions and projects. We are using the AssemblyInfo MSBuild Community task to update version info in AssemblyInfo.cs. Unfortunately the…
Ben Rice
  • 85
  • 7
0
votes
1 answer

unable to set configuration and platform using msbuild webconfig transformation

I am working on msuild and trying to implement web.config transformation via msbuild scripts.i have added extra web.staging.config and web.production.config.when i am trying to run target using command line like msbuild tweb.xml /t:tw…
user2459106
  • 61
  • 1
  • 1
  • 8
0
votes
1 answer

It is possible to do this kind of conversion with msbuild

It is possible to do this kind of conversion with msbuild? Transforming metadata into items? This: 1 1 2 2
0
votes
1 answer

CSC task in Msbuild aborts with namespace errors

I have attempted the following: