You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are creating a new set of targets as part of this repo and overall move to MSBuild. We need to make sure that all of the new core targets work properly with SLN files. That means that for targets that do test, pack, publish, restore we need to make sure that they work properly with SLN files.
Some careful consideration needs to be done for run. At this point, I would say that run is the one command that does not work on SLN files and that requires a single project to be present.
We are creating a new set of targets as part of this repo and overall move to MSBuild. We need to make sure that all of the new core targets work properly with SLN files. That means that for targets that do
test
,pack
,publish
,restore
we need to make sure that they work properly with SLN files.Some careful consideration needs to be done for
run
. At this point, I would say that run is the one command that does not work on SLN files and that requires a single project to be present.This is related to dotnet/msbuild#1275.
/cc @nguerrera @srivatsn @piotrpMSFT @jeffkl @rainersigwald
The text was updated successfully, but these errors were encountered: