diff options
author | Oren Novotny <oren@novotny.org> | 2017-03-08 09:21:26 -0500 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2017-03-08 09:21:26 -0500 |
commit | 1b9e16bd63a30ecfc621866a04cad06e823e24e5 (patch) | |
tree | b8f8f554421638ff7ff039745ff118c93491b900 /GitVersionConfig.yaml | |
parent | use desktop msbuild for gitversiontask (diff) | |
download | BouncyCastle.NET-ed25519-1b9e16bd63a30ecfc621866a04cad06e823e24e5.tar.xz |
add gv regex
Diffstat (limited to '')
-rw-r--r-- | GitVersionConfig.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/GitVersionConfig.yaml b/GitVersionConfig.yaml index cc130d91c..ba842addb 100644 --- a/GitVersionConfig.yaml +++ b/GitVersionConfig.yaml @@ -5,7 +5,9 @@ branches: mode: ContinuousDeployment tag: beta increment: Inherit + regex: pcl netstandard: mode: ContinuousDeployment tag: beta - increment: Inherit \ No newline at end of file + increment: Inherit + regex: netstandard \ No newline at end of file |