Updated for new ps1

This commit is contained in:
dfinke
2016-06-01 17:19:57 -04:00
parent e9add66f66
commit 7b4178070a
3 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ Add-Type -Path "$($PSScriptRoot)\EPPlus.dll"
. $PSScriptRoot\Get-HtmlTable.ps1
. $PSScriptRoot\Import-Html.ps1
. $PSScriptRoot\Get-Range.ps1
. $PSScriptRoot\TrackingUtils.ps1
if($Host.Version.Major -ge 5) {
. $PSScriptRoot\plot.ps1

View File

@@ -20,6 +20,7 @@ $fileList = echo `
Import-Html.ps1 `
Get-ExcelSheetInfo.ps1 `
Get-Range.ps1 `
TrackingUtils.ps1 `
plot.ps1
if ('' -eq $InstallDirectory)

View File

@@ -24,6 +24,7 @@ $targetFiles = echo `
Get-HtmlTable.ps1 `
Import-Html.ps1 `
Get-Range.ps1 `
TrackingUtils.ps1 `
plot.ps1
ls $targetFiles |