Do I need to use variables.?

This commit is contained in:
Pietro Gagliardi 2019-04-07 17:13:59 -04:00
parent a0ef6f6ca7
commit 5492d34bce
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ workspace:
clean: all clean: all
steps: steps:
- template: $(python3Template) - template: $(variables.python3Template)
- template: azure-pipelines/install-latest-meson.yml - template: azure-pipelines/install-latest-meson.yml
- template: $(depsAndNinjaTemplate) - template: $(variables.depsAndNinjaTemplate)
- template: azure-pipelines/configure.yml - template: azure-pipelines/configure.yml
parameters: parameters:
beforeConfigure: $(beforeConfigure) beforeConfigure: $(beforeConfigure)
@ -49,7 +49,7 @@ steps:
parameters: parameters:
beforeBuild: $(beforeBuild) beforeBuild: $(beforeBuild)
afterBuild: $(afterBuild) afterBuild: $(afterBuild)
- template: $(artifactTemplate) - template: $(variables.artifactTemplate)
parameters: parameters:
os: $(os) os: $(os)
arch: $(arch) arch: $(arch)