I have two bibliographies in my PhD thesis. One of them is my publications which should be sorted by the year in which they were published, the other one is the references which should be sorted in order of appearance.
I provide a minimal example. How can I implement that my publication list is sorted by date?
\documentclass{article}
\usepackage[backend=biber]{biblatex}
\addbibresource{references.bib}
\begin{document}
These are my publications.
\begin{refsection}[publications.bib]
\nocite{*}
\printbibliography
\end{refsection}
\newpage
These are the references of my PhD thesis.
\printbibliography
\end{document}
I am aware that there is another article about stackexchange, but it didn't provide a clean answer and it is outdated: sorting multiple bibliographies in biblatex

none, butnty(name, title, year).) – Alan Munn Apr 12 '20 at 20:30