Publish D365WebResources - d365collaborative/d365fo.tools GitHub Wiki
Deploy web resources
Publish-D365WebResources [[-PackageDirectory] <PathDirectoryParameter>]
[[-AosServiceWebRootPath] <PathDirectoryParameter>] [<CommonParameters>]
Deploys the Dynamics 365 for Finance and Operations web resources to the AOS service web root path.
Publish-D365WebResources
This will deploy the web resources to the AOS service web root path.
Path to the package directory containing the web resources.
Type: PathDirectoryParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: $Script:PackageDirectory
Accept pipeline input: False
Accept wildcard characters: False
Path to the AOS service web root path.
Type: PathDirectoryParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: $Script:AOSPath
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Florian Hopfner (@FH-Inway)