Skip to content

Commit 10508ea

Browse files
Use variable
1 parent aadfda3 commit 10508ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resources:
2323
ref: refs/heads/main
2424

2525
extends:
26-
template: $(templateFile) # The Official template may only be used by Production-classified pipelines
26+
template: ${{ variables.templateFile }} # The Official template may only be used by Production-classified pipelines
2727

2828
parameters:
2929
release:

0 commit comments

Comments
 (0)