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 {
77 }
88
99 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
1111 $Output | Should -Not - BeNullOrEmpty
1212 $Output.Path | Convert-FolderSeparator | Should - Be (Convert-FolderSeparator " $PSScriptRoot /Result3/Parameters/3.0.0/Parameters.psd1" )
1313 }
1414
1515 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
1717 }
1818
1919 It " The version is set" {
You can’t perform that action at this time.
0 commit comments