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
{{ message }}
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
If you have few solution files in source folder, you will get error: 'MSBUILD : error MSB1050: Specify which project or solution file to use because the folder "..............." contains more than one project or solution file.' when running 'Publish-All-Projects' task.
It will be good, if you can add few solution files in root folder, but still be able to use gulp build.
It is some kind of bug, but you need to modify your source that is why I have created it as feature.
Steps to reproduce:
Copy Habitat.sln to Habitat1.sln
Run 'Publish-All-Projects' task
Expected result: 'Publish-All-Projects' task should succeed
Actual result: error: 'MSBUILD : error MSB1050: Specify which project or solution file to use because the folder "..........." contains more than one project or solution file.'
The text was updated successfully, but these errors were encountered:
Antonytm
added a commit
to Antonytm/Habitat
that referenced
this issue
Dec 6, 2019
If you have few solution files in source folder, you will get error: 'MSBUILD : error MSB1050: Specify which project or solution file to use because the folder "..............." contains more than one project or solution file.' when running 'Publish-All-Projects' task.
It will be good, if you can add few solution files in root folder, but still be able to use gulp build.
It is some kind of bug, but you need to modify your source that is why I have created it as feature.
Steps to reproduce:
Expected result: 'Publish-All-Projects' task should succeed
Actual result: error: 'MSBUILD : error MSB1050: Specify which project or solution file to use because the folder "..........." contains more than one project or solution file.'
The text was updated successfully, but these errors were encountered: