Markus Ammann

Results 9 comments of Markus Ammann

> MSBuild does not use the shproj file when it builds a project that references the shared project. Perhaps you could edit the shproj files in their original location and...

We're one step closer but not there yet unfortunately. I've added `D954291E-2A0B-460D-934E-DC6B0785DB48` to the shproj file. Now dotnet sln add command adds build configurations settings in the solution for the...

https://github.com/dotnet/sdk/blob/a30e465a2e2ea4e2550f319a2dc088daaafe5649/src/Cli/dotnet/SlnFileExtensions.cs#L73-L82 But this won't honor shared projects then. An entry into the configuration section should only apply to non shared project projects.

All viable options I guess but I would not spill internal logic (how shared projects are treated) externally as an option to the cli but that's imho... Since configurations aren't...

Adding shared projects to a solution would be sufficient for now. We've tried `dotnet sln add` because this is the only option to manipulate the solution in an "official" way....

Sure @baronfel. I set up a small repo [here](https://github.com/01xOfFoo/DotNet-SLN-Add-SharedProjects). Please validate the code by running `dotnet build` / open Visual Studio Steps to reproduce: 1. `dotnet sln remove .\SharedProject\` 2....

The projects where we got feedback are all using hosted pipelines. But something else is strange. I've created a simple CMD to just execute a ExportSolutionRequest. 4 hours ago I...

Same issue as mine i think #278. I'm currently trying to execute the same logic on my custom build server.

[Increasing the timeout](https://github.com/WaelHamze/xrm-ci-framework/issues/278#issuecomment-641598437) somehow solved the issue on one of my test projects. I've run it multiple times now consistently working. Maybe MSFT did something...