summaryrefslogtreecommitdiff
path: root/.ci/templates/build-testing.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/templates/build-testing.yml')
-rw-r--r--.ci/templates/build-testing.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/templates/build-testing.yml b/.ci/templates/build-testing.yml
index 4c9625944..30c8aaac3 100644
--- a/.ci/templates/build-testing.yml
+++ b/.ci/templates/build-testing.yml
@@ -1,3 +1,6 @@
1parameters:
2 version: ''
3
1jobs: 4jobs:
2- job: build_test 5- job: build_test
3 displayName: 'testing' 6 displayName: 'testing'
@@ -31,3 +34,4 @@ jobs:
31 parameters: 34 parameters:
32 artifactSource: 'false' 35 artifactSource: 'false'
33 cache: 'false' 36 cache: 'false'
37 version: $(parameters.version) \ No newline at end of file