Hi all, I am having an issue with using the SolutionToPublish command in my tfsbuild.proj. The solution I am providing has several application projects, but I only want one of the projects to be published. It seems that msbuild is trying to publish all application projects found in the solution. Here is what I believe to be the relevant portion of the build output: Target SetGenerateManifests:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(3 150,9): error : A signing key is required in order to publish this project. Publishing from Visual Studio 2005 will automatically configure a signing key for this project. Done building target "SetGenerateManifests" in project "F1solutions.asdf.csproj" -- FAILED. I dont want to create a signing key for any of the other projects in the solution - I'd like to leave them exactly how they are. Is there a way to exclude projects from the publish operation? One thing I tried was to provide only a project file as the argument to the SolutionToPublish command, like so: <SolutionToBuild Include="$(SolutionRoot)\asdf.sln" /> <SolutionToPublish Include="$(SolutionRoot)\F1Solutions.abc.def.UI\F1Solutions.abc.def.UI.c sproj" /> I figured trying this was unrealistically optimistic and unlikely to work. I wasn't able to make much sense of the error, and cant tell whether its because I'm doing something flat out wrong(specifying a project file instead of a solution file), or whether its some other issue. The error i got was as follows: Target GenerateApplicationManifest: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2 071,9): error MSB3113: Could not find file 'obj\Mixed Platforms\Release\F1Solutions.abc.def.UI.exe'. Done building target "GenerateApplicationManifest" in project "F1Solutions.abc.def.UI.csproj" -- FAILED. Thanks, Paul Batum F1 Solutions Pty Ltd 97 Northbourne Ave Turner ACT 2612 Ph: +61 2 6245 7999 Fx: +61 2 6245 7900 OzTFS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net
