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 65cf080 commit cf32e80Copy full SHA for cf32e80
tools/ExamplesGenerator.ps1
@@ -24,7 +24,7 @@ function Start-Generator {
24
)
25
26
$GraphMapping = @{
27
- #"v1.0" = "examples\v1.0"
+ "v1.0" = "examples\v1.0"
28
"beta" = "examples\v1.0-beta"
29
}
30
if ($GenerationMode -eq "auto") {
0 commit comments