Skip to content

Commit 2983d8f

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Adds logs
1 parent 28c90e0 commit 2983d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ImportExamples.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function Start-Generator {
3636
$ModulePath = Join-Path $PSScriptRoot "..\src\$GraphModule\$ProfilePathMapping"
3737

3838
$ExampleFile = "$ModulePath\$GraphCommand.md"
39+
Write-Host $ExampleFile
3940
Test-Commands -Command $GraphCommand -CommandPath $ExampleFile
4041
if ($null -ne $ExternalDocsUrl) {
4142
if (-not (Test-Path $ExampleFile)) {

0 commit comments

Comments
 (0)