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
Using dotnet restore does not restore from pacakges.config. The reason it is working in my test builds is that I first built the C# projects with JetBrains Rider and that build restores from packages.config.
After that, they don't need to be restored every time so it appeared to be working, but was not.
The text was updated successfully, but these errors were encountered:
Using
dotnet restore
does not restore frompacakges.config
. The reason it is working in my test builds is that I first built the C# projects with JetBrains Rider and that build restores frompackages.config
.After that, they don't need to be restored every time so it appeared to be working, but was not.
The text was updated successfully, but these errors were encountered: