We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07bf41 commit 97ab4fbCopy full SHA for 97ab4fb
1 file changed
build.ps1
@@ -0,0 +1,6 @@
1
+$files = Get-ChildItem .\src\device.*\device.yml
2
+foreach ($file in $files)
3
+{
4
+ Write-Output "Generating schema tables for $file..."
5
+ dotnet run --project .\src\harp.schemaprocessor $file .\apispec
6
+}
0 commit comments