File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ Invoke-BuildApplication -ProjectDirectory ".\SynchronousImage" -ProjectFileName
105105Write-Host " Build URL project"
106106Invoke-BuildApplication - ProjectDirectory " .\URL" - ProjectFileName " URL.gwebproject" - TargetName " Default Web Server" - ComponentFileName " WebApp.gcomp"
107107
108+ Write-Host " Build VideoElement project"
109+ Invoke-BuildApplication - ProjectDirectory " .\VideoElement" - ProjectFileName " VideoElement.gwebproject" - TargetName " Default Web Server" - ComponentFileName " WebApp.gcomp"
110+
108111Write-Host " Build VideoJS project"
109112Invoke-BuildApplication - ProjectDirectory " .\VideoJS" - ProjectFileName " VideoJS.gwebproject" - TargetName " Default Web Server" - ComponentFileName " WebApp.gcomp"
110113
Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ Invoke-CopyBuildOutput -ProjectDirectory ".\SynchronousImage" -TargetName "Defau
128128Write-Host " Copy URL build to ghpages output folder"
129129Invoke-CopyBuildOutput - ProjectDirectory " .\URL" - TargetName " Default Web Server" - ComponentFileName " WebApp.gcomp" - TargetDirectory " $ghpagesbuilddir \URL"
130130
131+ Write-Host " Copy VideoElement build to ghpages output folder"
132+ Invoke-CopyBuildOutput - ProjectDirectory " .\VideoElement" - TargetName " Default Web Server" - ComponentFileName " WebApp.gcomp" - TargetDirectory " $ghpagesbuilddir \VideoElement"
133+
131134Write-Host " Copy VideoJS build to ghpages output folder"
132135Invoke-CopyBuildOutput - ProjectDirectory " .\VideoJS" - TargetName " Default Web Server" - ComponentFileName " WebApp.gcomp" - TargetDirectory " $ghpagesbuilddir \VideoJS"
133136
You can’t perform that action at this time.
0 commit comments