I have an issue, the pack command doesn't look at the good place to get the dll generated by the build.
In the build logs we have:
Nuget.Entities ->D:\a\1\s\src\librairies\Nuget.Entities\bin\Release\net6.0\win-x64\Nuget.Entities.dll
Build succeeded.0 Warning(s)0 Error(s)
In the pack logs we have:
error NU5026: The file'D:\a\1\s\src\librairies\Nuget.Entities\bin\Release\win-x64\net6.0\Nuget.Entities.dll'to be packed was not found on disk.[D:\a\1\s\src\librairies\Nuget.Entities\Nuget.Entities.csproj]
As you can see, net6.0 and win-x64 has been reversed. How can I set up the pipeline correctly?