mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-18 21:54:05 +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
|
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH
|
||||||
#VERSION_FILE_PATH: # optional
|
#VERSION_FILE_PATH: # optional
|
||||||
# Regex pattern to extract version info in a capturing group
|
# 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
|
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
|
||||||
#VERSION_STATIC: # optional
|
#VERSION_STATIC: # optional
|
||||||
# Flag to toggle git tagging, enabled by default
|
# Flag to toggle git tagging, enabled by default
|
||||||
|
|||||||
Reference in New Issue
Block a user