Update doc on Community target build and release procedures.

Signed-off-by: José Simões <jose.simoes@eclo.solutions>
This commit is contained in:
José Simões 2019-01-04 11:56:40 +00:00
Родитель d3db55115d
Коммит b80b921c02
2 изменённых файлов: 3 добавлений и 0 удалений

Двоичные данные
docs/images/docs-trigger-build-all-community-targets.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 18 KiB

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

@ -36,3 +36,6 @@ Community target images are distributed through **nanoFramework** JFrog Bintray
When merging a PR make sure to add to the commit message the token(s) for the targets to build, otherwise the merge to the master branch won't trigger a build for any board.
It's possible to manually start a build _and_ specify that it should build all targets. This is most handy, for example, after a number of changes in the nf-interpreter repo to build new images for the Community targets. Another situation is when one forgets to add the build token in the PR merge and needs to trigger a build afterwards.
To do this, go to the Builds page in the project Azure Pipelines and hit the 'Queue' button. When the pop-up shows, change the BUILD_ALL variable to 'true'. Like this:
![](../images/docs-trigger-build-all-community-targets.png)