Add IC server info for maintainers.

This commit is contained in:
Hirsch Singhal 2017-05-25 12:17:20 -07:00 коммит произвёл GitHub
Родитель dbc83d7f3a
Коммит db3600b607
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -80,6 +80,7 @@ When creating a new NuGet and GitHub release, the following steps should be take
2. Merge from Master to Release, with a PR appropriately named ("v1.2.3 release")
3. Squash and merge commits, leaving major feature entries and fixes in the description.
4. Compile release builds of the .NET and UWP libraries, sign them, and upload to NuGet
a. We now have a CI server for this that builds, signs, and packages the NuGet package [here](https://microsoft.visualstudio.com/DefaultCollection/OS/_build/index?path=%5C&definitionId=14239).
5. Cut a new release on GitHub using the same version number ("v1.2.3") and attach the signed libraries to the release.
6. Update code documentation.