Each project is its own NuGet package.
-
Install https://github.com/microsoft/artifacts-credprovider
-
Update the version number in every
.csproj
file using Replace-All on (for example)<Version>2.1.0</Version>
. -
In PowerShell run
./Publish-NuGetPackages.ps1 x.x.x
where
x.x.x
is the version number.