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
After looking at the dotnet cli repo code and some manual testing. I think I've fixed the issues now.
Dotnet Restore can have more than one source. Fallbacksources need to be split out.
When building, you can only have one configuration and one framework at a time.
The text was updated successfully, but these errors were encountered:
Work here: #935
After looking at the dotnet cli repo code and some manual testing. I think I've fixed the issues now.
Dotnet Restore can have more than one source. Fallbacksources need to be split out.
When building, you can only have one configuration and one framework at a time.
The text was updated successfully, but these errors were encountered: