ci(createzip): changes to include the script folder
This commit is contained in:
@@ -79,7 +79,10 @@ $filesToCopy = @(
|
|||||||
@{ Source = "frontend\public"; Destination = "frontend\public" },
|
@{ Source = "frontend\public"; Destination = "frontend\public" },
|
||||||
@{ Source = "package.json"; Destination = "package.json" },
|
@{ Source = "package.json"; Destination = "package.json" },
|
||||||
@{ Source = "CHANGELOG.md"; Destination = "CHANGELOG.md" },
|
@{ Source = "CHANGELOG.md"; Destination = "CHANGELOG.md" },
|
||||||
@{ Source = "README.md"; Destination = "README.md" }
|
@{ Source = "README.md"; Destination = "README.md" },
|
||||||
|
# scripts to be copied over
|
||||||
|
@{ Source = "scripts\tmp"; Destination = "scripts\tmp" }
|
||||||
|
@{ Source = "scripts\iisControls.ps1"; Destination = "scripts\iisControls.ps1" }
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach ($file in $filesToCopy) {
|
foreach ($file in $filesToCopy) {
|
||||||
|
|||||||
Reference in New Issue
Block a user