mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
update PS samples
This commit is contained in:
@@ -46,7 +46,9 @@ function Get-FunctionsToExport {
|
||||
}
|
||||
|
||||
$ScriptDir = Split-Path $script:MyInvocation.MyCommand.Path
|
||||
$FunctionPath = 'Api', 'Model', 'Client' | ForEach-Object {Join-Path "$ScriptDir\src\PSOpenAPITools\" $_}
|
||||
$FunctionPath = 'Api', 'Model', 'Client' | Where-Object {
|
||||
Join-Path "$ScriptDir\src\PSOpenAPITools\" $_ | Test-Path
|
||||
} | ForEach-Object { Join-Path "$ScriptDir\src\PSOpenAPITools\" $_ }
|
||||
|
||||
$Manifest = @{
|
||||
Path = "$ScriptDir\src\PSOpenAPITools\PSOpenAPITools.psd1"
|
||||
|
||||
Reference in New Issue
Block a user