File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -208,11 +208,11 @@ param(
208208 $PackageName
209209)
210210
211- Import-Module - Name " $PSScriptRoot \..\ PSCodingStandards\ CodingStandards"
211+ Import-Module - Name " $PSScriptRoot /../ PSCodingStandards/ CodingStandards"
212212
213- . " $PSScriptRoot \ CreateSummaryReport.ps1"
214- . " $PSScriptRoot \ Get-CompilerExecutable.ps1"
215- . " $PSScriptRoot \ Config.ps1"
213+ . " $PSScriptRoot / CreateSummaryReport.ps1"
214+ . " $PSScriptRoot / Get-CompilerExecutable.ps1"
215+ . " $PSScriptRoot / Config.ps1"
216216
217217$REPORT = @ ()
218218$queriesToCheck = @ ()
Original file line number Diff line number Diff line change 1- . " $PSScriptRoot \ Config.ps1"
1+ . " $PSScriptRoot / Config.ps1"
22function Create-Summary-Report {
33 param ([Parameter (Mandatory )]
44 [string ]
Original file line number Diff line number Diff line change 1- . " $PSScriptRoot \ Config.ps1"
1+ . " $PSScriptRoot / Config.ps1"
22function Get-CompilerArgs {
33 param ([Parameter (Mandatory )]
44 [string ]
Original file line number Diff line number Diff line change 1- . " $PSScriptRoot \ Config.ps1"
1+ . " $PSScriptRoot / Config.ps1"
22function Get-CompilerExecutable {
33 param ([Parameter (Mandatory )]
44 [string ]
Original file line number Diff line number Diff line change 1- . " $PSScriptRoot \ Get-CompilerExecutable.ps1"
2- . " $PSScriptRoot \ Get-CompilerArgs.ps1"
3- . " $PSScriptRoot \ GetNewDBName.ps1"
1+ . " $PSScriptRoot / Get-CompilerExecutable.ps1"
2+ . " $PSScriptRoot / Get-CompilerArgs.ps1"
3+ . " $PSScriptRoot / GetNewDBName.ps1"
44
55function New-Database-For-Rule {
66
You can’t perform that action at this time.
0 commit comments