File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ while ($version -notmatch '^\d+\.\d+\.?\d*$') {
5959 $version = Read-Host " Invalid Version. Enter version number (e.g. 1.3.2)"
6060}
6161
62+ Get-ChildItem * .bak - Recurse | Remove-Item - Force
63+
6264Write-Host " Building ReadMe.docx ..."
6365& pandoc -f markdown_github - t docx README.md - o README.docx
6466if ($LASTEXITCODE -ne 0 ) {
@@ -78,5 +80,9 @@ Remove-Item "$root\README.docx"
7880
7981$output = " $root \AlteryxOmniBus v$version .zip"
8082Compress-Archive - Path (" $root \README.pdf" , " $root \Release\*" ) - DestinationPath $output - Verbose - Update
83+ Remove-Item " $root \README.pdf"
84+
85+ $output = " $root \AlteryxOmniBus Tests v$version .zip"
86+ Compress-Archive - Path (" $root \RunUnitTests.ps1" , " $root \RunUnitTests.yxmd" , " $root \Test Workflows" ) - DestinationPath $output - Verbose - Update
8187
8288Pop-Location
You can’t perform that action at this time.
0 commit comments