File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Describe "Parameters.Set in build manifest" -Tag Integration {
7
7
}
8
8
9
9
It " Passthru is read from the build manifest" {
10
- $Output = Build-Module " $PSScriptRoot /Parameters/build.psd1"
10
+ $Output = Build-Module ( Convert-FolderSeparator " $PSScriptRoot /Parameters/build.psd1" ) - Verbose
11
11
$Output | Should -Not - BeNullOrEmpty
12
12
$Output.Path | Convert-FolderSeparator | Should - Be (Convert-FolderSeparator " $PSScriptRoot /Result3/Parameters/3.0.0/Parameters.psd1" )
13
13
}
14
14
15
15
It " The Target is Build" {
16
- " $PSScriptRoot /Result3/Parameters/3.0.0/Parameters.psm1" | Should - Exist
16
+ Convert-FolderSeparator " $PSScriptRoot /Result3/Parameters/3.0.0/Parameters.psm1" | Should - Exist
17
17
}
18
18
19
19
It " The version is set" {
You can’t perform that action at this time.
0 commit comments