mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-05 23:43:54 +00:00
Change to use PackageVersion
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH
|
||||
#VERSION_FILE_PATH: # optional
|
||||
# Regex pattern to extract version info in a capturing group
|
||||
#VERSION_REGEX: # optional, default is ^\s*<Version>(.*)<\/Version>\s*$
|
||||
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
|
||||
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
|
||||
#VERSION_STATIC: # optional
|
||||
# Flag to toggle git tagging, enabled by default
|
||||
|
||||
Reference in New Issue
Block a user