Skip to content

Commit

Permalink
Also build samples in subdirs in Build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckadluba committed Oct 30, 2024
1 parent 03249a2 commit a285b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ try

if ($SkipSamples -eq $false)
{
foreach ($src in Get-ChildItem "$PSScriptRoot/sample/**/*.csproj" -File)
foreach ($src in Get-ChildItem "$PSScriptRoot/sample/*.csproj" -File -Recurse)
{
try
{
Expand Down

0 comments on commit a285b01

Please sign in to comment.