Skip to content

Commit f0927c4

Browse files
committed
Add -Force to Set-BuildEnvironment
1 parent 3c7a212 commit f0927c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ForEach ($Module in $Modules) {
2929
}
3030

3131
$Path = (Resolve-Path $PSScriptRoot\..).Path
32-
Set-BuildEnvironment -Path $Path
32+
Set-BuildEnvironment -Path $Path -Force
3333

3434
$invokepsakeSplat = @{
3535
buildFile = "$PSScriptRoot\psake.ps1"

0 commit comments

Comments
 (0)