Skip to content

Commit

Permalink
Re-enable workflow asset generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Mar 28, 2024
1 parent 9df0b51 commit d1c2a1a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ foreach ($file in $files)
dotnet run --project .\harp_devices_src\harp.schemaprocessor $file .\harp_devices_spec $readmePath
}




# Find assemblies to build workflows
$baseDir = (Get-Item -Path "..\src" -Verbose).FullName
$folderPaths = Get-ChildItem -Path $baseDir -Directory
$sufix = "bin\Release\net472"
$packages = @()


# find package assemblies
foreach ($folderPath in $folderPaths) {
$snlPath = Join-Path -Path $folderPath.FullName -ChildPath ($folderPath.Name + ".sln")
Expand All @@ -39,9 +35,8 @@ foreach ($solution in $harp_solutions) {
$packages += $libPath
}


Write-Host ("Found the following packages: " + $packages)
#.\bonsai\modules\Export-Image.ps1 $packages
.\bonsai\modules\Export-Image.ps1 $packages

# Build documentation
dotnet docfx @args

0 comments on commit d1c2a1a

Please sign in to comment.