Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

`dotnet publish` performs an implicit `dotnet restore`. So, yes, you did.

If you don't want it to download anything then you use the `dotnet publish --no-restore` flag, which is used a lot in CI/CD pipelines. If you don't have the package dependencies cached it will then simply fail.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: