Tools, build pipelines etc for Azure DEVOPS
Tools, build pipelines etc for Azure DEVOPS. Project follows gitflow for development&releases.
This section contains links to documentation about available scripts
Script, that will initialize your repository with develop branch and pull requests policies over master, develop, feature etc. branches.
See contributing.md.
You need to have signed commits to commit to this repository. For Windows & Visual Studio follow these steps:
gpg --full-generate-key
, details here: generate new gpg key.git config --global user.signingkey 1234567890ABCDEF
, see telling git about your gpg key.git config --global commit.gpgsign true
, see Securely sign git commits in visual studio