Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 372 Bytes

ITI.Baseline

Publishing

Each project is its own NuGet package.

  1. Install https://github.com/microsoft/artifacts-credprovider

  2. Update the version number in every .csproj file using Replace-All on (for example) <Version>2.1.0</Version>.

  3. In PowerShell run

    ./Publish-NuGetPackages.ps1 x.x.x

    where x.x.x is the version number.