Try to assign the build number to build_number var using single quotes

This commit is contained in:
Luis Ángel San Martín 2019-08-22 00:20:10 +02:00
parent 251dc92fc4
commit 222e1d5370

View File

@ -5,7 +5,7 @@ trigger:
- develop
variables:
build_number: 'x'
build_number: '$(Date:yyMMdd)$(Rev:.r)'
jobs:
- job: Linux