diff --git a/tools/ExamplesGenerator.ps1 b/tools/ExamplesGenerator.ps1 index 5eda1978698..e29787de737 100644 --- a/tools/ExamplesGenerator.ps1 +++ b/tools/ExamplesGenerator.ps1 @@ -24,7 +24,7 @@ function Start-Generator { ) $GraphMapping = @{ - #"v1.0" = "examples\v1.0" + "v1.0" = "examples\v1.0" "beta" = "examples\v1.0-beta" } if ($GenerationMode -eq "auto") {