after reverting, bumping version and fixing Directory.build.props

This commit is contained in:
Charlie Kindel
2020-09-29 10:57:02 -07:00
parent ec8f99ef44
commit 5a95d0081b
2 changed files with 1 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ jobs:
PACKAGE_NAME: Terminal.Gui
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH
VERSION_FILE_PATH: Directory.Build.props
VERSION_FILE_PATH: Terminal.Gui/Directory.Build.props
# Regex pattern to extract version info in a capturing group
VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$