From 96fbb963ec4865de1a6dcd0466a2e7b251d9a383 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 26 Mar 2021 19:30:47 +0100 Subject: [PATCH] update yaml --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index caac109..f8bfaee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,19 @@ variables: ASPNET_MERGE_PATH: 'C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools' #hasSource: '& "$env:NUGET_PATH" sources list | find "`"Steamware Nexus`"" /C' #hasSource: '0' + VERS_MAIN: '2.7' + REL_NUM: '4159' + VERS_NUMBER: '$VERS_MAIN.2103.$REL_NUM' + + + +# Da approfondire: +# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/dotNET.gitlab-ci.yml +# https://www.google.com/search?q=gitlab+variable+year+month&rlz=1C1GCEA_enIT945IT945&oq=gitlab+variable+year+month&aqs=chrome..69i57j69i64.5262j0j7&sourceid=chrome&ie=UTF-8 +# https://docs.gitlab.com/ee/ci/examples/README.html +# https://docs.gitlab.com/ee/ci/quick_start/index.html +# https://docs.gitlab.com/ee/ci/yaml/ + stages: