Original issue being tracked at Azure/azure-functions-core-tools#5321. Content copied over:
Add a PowerShell worker workload so func can host PowerShell function
apps under the v5 workload model. Covers the worker package + manifest
only; templates and the stack workload are tracked separately.
Definition of Done
Original issue being tracked at Azure/azure-functions-core-tools#5321. Content copied over:
Add a PowerShell worker workload so
funccan host PowerShell functionapps under the v5 workload model. Covers the worker package + manifest
only; templates and the stack workload are tracked separately.
Definition of Done
workloads pipeline.
func workload install powershellsucceeds on Windows, macOS, andLinux.
func startruns a hello-world PowerShell function app end to end.