msbuild-15 Questions

5

I have a code generator tool that I partially own, and now that csproj files can list multiple Target Frameworks in them and building builds all of them, I am trying to figure out how to make an MS...
Must asked 10/10, 2017 at 20:50

1

Solved

Is there anyway to do the publish/deploy part of a /p:DeployOnBuild=true call to MSBuild? For instance, doing the build in one call, then the publish (file copy) in another call. There is an issue...
Empery asked 24/4, 2017 at 11:50

2

We are currently in the process of upgrading our projects to the new VS2017 project format. The main reason behind this was converting some libraries from PCL to .NetStandard and being able to use ...
Edile asked 22/6, 2017 at 10:23

2

I have the following Directory.Build.props files: <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|W...
Malcolmmalcom asked 7/1, 2020 at 9:45

0

I have a NuGet package I'm working on with custom props/targets files and am wondering about best practice for how to many Properties, Items, and Targets in terms of definition and overriding. Is ...
Intertidal asked 12/8, 2018 at 0:23

2

Solved

MSBuild 14.0 (the version included with Visual Studio 2015) logs warnings (MSB4078) when building a solution which contains SSDT projects (rptproj or dwproj projects). For example: warning MSB40...
1

© 2022 - 2024 — McMap. All rights reserved.