- Fix NBGV variables required for azure template.

Signed-off-by: josesimoes <jose.simoes@eclo.solutions>

#ALL#
This commit is contained in:
josesimoes 2020-05-04 09:16:26 +01:00
Родитель dec06680ce
Коммит d0ae79b629
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -15,10 +15,9 @@ steps:
Write-Host ">>$buildFullVersion<<"
# need to hijack NBGV variable that is expected in the build CMake command and others that follow
Write-Host "$("##vso[task.setvariable variable=NBGV_AssemblyVersion]")$buildFullVersion"
Write-Host "$("##vso[task.setvariable variable=NBGV_SimpleVersion]")$buildSimpleVersion"
Write-Host "$("##vso[task.setvariable variable=NBGV_PrereleaseVersion]").0"
# need to hijack NBGV variables that are expected in the build CMake command and others that follow
Write-Host "$("##vso[task.setvariable variable=NBGV_Version]")$buildSimpleVersion"
Write-Host "$("##vso[task.setvariable variable=NBGV_VersionHeight]")0"
condition: succeeded()
displayName: compute the build version