[BUG] When selecting a .slnf
for a folder, the build task builds the base .sln
file
#1701
Labels
.slnf
for a folder, the build task builds the base .sln
file
#1701
Describe the Issue
When opening a folder and selecting the corresponding solution file, if you select a filtered solution file (
.slnf
), the default build command will run the build command on the.sln
file the.slnf
file references and not the filtered solution, itself.Steps To Reproduce
.slnf
) that excludes at least one project.dotnet build
Expected Behavior
The default build command runs
dotnet build
on the filtered solution file, rather than the solution file the filtered file references.Environment Information
The text was updated successfully, but these errors were encountered: