Match CI build version to Debian Package Build Version.
The Debian Package should have the same version as the rest of the packages being created as a part of the full build. These changes enable that. NOTE: The debian package revision is unused but still included in the package to allow for hyphens in the package version. (https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version)
This commit is contained in:
parent
b1d3ef4b75
commit
b63af7e649
4 changed files with 17 additions and 12 deletions
2
build.sh
2
build.sh
|
@ -23,4 +23,4 @@ fi
|
|||
echo Building dotnet tools verison - $DOTNET_BUILD_VERSION
|
||||
|
||||
$DIR/scripts/bootstrap.sh
|
||||
$DIR/scripts/package.sh $1
|
||||
$DIR/scripts/package.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue