msbuild-4.0
Unable to build solution incrementally: Input file ".NETFramework,Version=v3.5" does not exist
I\'m not able to build solution incremen开发者_运维百科tally. I checked diagnostic log and I found thatevery project containing workflows are always rebuild because of this:[详细]
2023-04-13 03:28 分类:问答Accessing semicolon delimited items in a MSBuild Variable
I have a variable that I am working with called $(TargetConnectionString) It is set to SomeValue=Things;Data Source=MySQLServer;Integrated Security=True;Pooling=False[详细]
2023-04-06 01:08 分类:问答MSBUILD web deploy package does not include the project reference DLL's
When I try to create a package for web deploy using msbuild it only includes the projects dll.The package zip file or the temp directory does not include the referenced project\'s dlls.[详细]
2023-03-28 01:29 分类:问答MSBUILD web deploy package zip file does not inherit permissions from parent folder
I\'m creating a zip file from msbuild using the package target.It creates开发者_运维技巧 it fine and the folder I\'m putting it in has permissions for a user that allows that user to have full control[详细]
2023-03-27 04:11 分类:问答Use MSBuild Properties in T4 Templates
I am using MSBuild to generate some files using T4 and I was wondering if it would be possible to reference and use MSBuild properties within the T4 template?[详细]
2023-03-23 19:21 分类:问答Dynamic Metadata Assignment in an ItemGroup
I have an ItemGroup defined as: <ItemGroup> <ProtoFiles Include=\"Protos\\*.proto\"/> </ItemGroup>[详细]
2023-03-22 12:45 分类:问答MSBuild fails on VB.NET lambda expressions
I have an issue with building a project using the MSBuild (ver 4) from the command line when declaring lambda expression like this:[详细]
2023-03-22 12:01 分类:问答MSBuild Compile target to generate a dll for a class?
I have a VB 开发者_如何学运维Class and when I run : msbuild /t:Compile It generates the Exe for the application that contains the compiled code for the class as well.[详细]
2023-03-21 08:55 分类:问答msbuild String to Array
I am building a string with the PowershellTaskFactory that returns a list of files separated with a semicolon.[详细]
2023-03-19 07:52 分类:问答Replace characters within an msbuild variable
I need to replace c开发者_运维技巧haracters in a variable I am passing to an exec task within msbuild 4. Specifically, I need to replace all occurrences of backslashes \\ with forward-slashes / in the[详细]
2023-03-14 23:20 分类:问答