I have a single repo that contains multiple DLLs which create separate NuGet packages. I would like to use the Azure DevOps pipeline to publish these packages automatically when the master branch changes via the NuGet pack and push tasks. I do not want to change the assembly version of the Dlls/NuGet packages that do not change. Running my pipeline causes an exception because of the duplicate versions.
After reading Microsoft's documentation page, I tried adding publishPackageMetadata=true but the build still fails.