Skip to content

Commit

Permalink
fixing template version in version file
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren committed Dec 17, 2021
1 parent eba9b56 commit 0efaeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ steps:
$path = $bundleId + "\latest\version.json"
$templateVersion = $fileName.Substring($bundleIdLength+1, 8)
$templateVersion = $name.Substring($bundleIdLength+1, 8)
GenerateIndexJson $ctx $templateVersion $path $rootPath
Expand Down

0 comments on commit 0efaeac

Please sign in to comment.