ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1080619092
This commit is contained in:
2023-11-21 18:49:34 +00:00
parent 32bf3c878d
commit 91a91cd876
4 changed files with 36 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
variables:
GIT_DEPTH: "0"
script:
# Begin of version-number.sh
# Begin of version.sh
- |
#Check for configuration
echo "mode: ContinuousDeployment
@@ -37,7 +37,7 @@
version=$(/tools/dotnet-gitversion /showvariable NuGetVersionV2)
echo "VERSION=$version" >> version.env
cat version.env
# End of version-number.sh
# End of version.sh
artifacts:
reports:
dotenv: version.env