Publish-PSUStaticApp
Publishes a static app based on the PowerShell Universal app framework.
SYNOPSIS
SYNTAX
Publish-PSUStaticApp -Definition <ScriptBlock> -DestinationPath <String> [-Force]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> Publish-PSUStaticApp -Definition { New-UDApp -Content { New-UDTypography "Hello!" } } -DestinationPath 'C:\MyStaticApp'PARAMETERS
-Definition
-DestinationPath
-Force
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?