Skip to content

Commit a8efc52

Browse files
committed
fixing template version in version file
1 parent 6a04187 commit a8efc52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ steps:
126126
127127
$path = $bundleId + "\latest\version.json"
128128
129-
$templateVersion = $fileName.Substring($bundleIdLength+1, 8)
129+
$templateVersion = $name.Substring($bundleIdLength+1, 8)
130130
131131
GenerateIndexJson $ctx $templateVersion $path $rootPath
132132

0 commit comments

Comments
 (0)