We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadfda3 commit 10508eaCopy full SHA for 10508ea
.pipelines/release.yml
@@ -23,7 +23,7 @@ resources:
23
ref: refs/heads/main
24
25
extends:
26
- template: $(templateFile) # The Official template may only be used by Production-classified pipelines
+ template: ${{ variables.templateFile }} # The Official template may only be used by Production-classified pipelines
27
28
parameters:
29
release:
0 commit comments