summary refs log tree commit diff
path: root/GitVersionConfig.yaml
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-03-08 09:21:26 -0500
committerOren Novotny <oren@novotny.org>2017-03-08 09:21:26 -0500
commit1b9e16bd63a30ecfc621866a04cad06e823e24e5 (patch)
treeb8f8f554421638ff7ff039745ff118c93491b900 /GitVersionConfig.yaml
parentuse desktop msbuild for gitversiontask (diff)
downloadBouncyCastle.NET-ed25519-1b9e16bd63a30ecfc621866a04cad06e823e24e5.tar.xz
add gv regex
Diffstat (limited to 'GitVersionConfig.yaml')
-rw-r--r--GitVersionConfig.yaml4
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